File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,11 @@ The state of a container includes the following properties:
32
32
33
33
The state MAY include additional properties.
34
34
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
36
40
37
41
``` json
38
42
{
@@ -47,8 +51,6 @@ When serialized in JSON, the format MUST adhere to the following pattern:
47
51
}
48
52
```
49
53
50
- See [ Query State] ( #query-state ) for information on retrieving the state of a container.
51
-
52
54
## <a name =" runtimeLifecycle " />Lifecycle
53
55
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
54
56
You can’t perform that action at this time.
0 commit comments