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:
3232
3333The 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
5355The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.
5456
You can’t perform that action at this time.
0 commit comments