Skip to content

Commit 72efacb

Browse files
committed
runtime: remove When serialized in JSON, the format MUST adhere to the following pattern
The sentence looked like as if it required a specific indentation pattern. Fix issue 1177 Signed-off-by: Akihiro Suda <[email protected]>
1 parent 7301c34 commit 72efacb

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

runtime.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,11 @@ The state of a container includes the following properties:
3232

3333
The state MAY include additional properties.
3434

35-
When serialized in JSON, the format MUST adhere to the following pattern:
35+
When serialized in JSON, the format MUST adhere to the JSON Schema [`schema/state-schema.json`](schema/state-schema.json).
36+
37+
See [Query State](#query-state) for information on retrieving the state of a container.
38+
39+
### Example
3640

3741
```json
3842
{
@@ -47,8 +51,6 @@ When serialized in JSON, the format MUST adhere to the following pattern:
4751
}
4852
```
4953

50-
See [Query State](#query-state) for information on retrieving the state of a container.
51-
5254
## <a name="runtimeLifecycle" />Lifecycle
5355
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
5456

0 commit comments

Comments
 (0)