Skip to content

Commit

Permalink
Merge pull request #1178 from AkihiroSuda/remove-json-must
Browse files Browse the repository at this point in the history
runtime: remove `When serialized in JSON, the format MUST adhere to the following pattern`
  • Loading branch information
vbatts authored Feb 8, 2023
2 parents 7301c34 + 72efacb commit 3eb0620
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,11 @@ The state of a container includes the following properties:

The state MAY include additional properties.

When serialized in JSON, the format MUST adhere to the following pattern:
When serialized in JSON, the format MUST adhere to the JSON Schema [`schema/state-schema.json`](schema/state-schema.json).

See [Query State](#query-state) for information on retrieving the state of a container.

### Example

```json
{
Expand All @@ -47,8 +51,6 @@ When serialized in JSON, the format MUST adhere to the following pattern:
}
```

See [Query State](#query-state) for information on retrieving the state of a container.

## <a name="runtimeLifecycle" />Lifecycle
The lifecycle describes the timeline of events that happen from when a container is created to when it ceases to exist.

Expand Down

0 comments on commit 3eb0620

Please sign in to comment.