From 95f106ed9dd340029adb7c5484b85504935ec174 Mon Sep 17 00:00:00 2001 From: Qiang Huang Date: Mon, 23 May 2016 16:03:55 +0800 Subject: [PATCH] Remove one JSON related MUST requirement JSON is not a mandatory format, we should not use MUST requirement on this. Signed-off-by: Qiang Huang --- runtime.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/runtime.md b/runtime.md index 0ee199035fd..203e6c6d208 100644 --- a/runtime.md +++ b/runtime.md @@ -65,8 +65,6 @@ Unless otherwise stated, generating an error MUST leave the state of the environ This operation MUST generate an error if it is not provided the ID of a container. This operation MUST return the state of a container as specified in the [State](#state) section. -In particular, the state MUST be serialized as JSON. - ### Start