Skip to content

Commit

Permalink
runtime: remove `When serialized in JSON, the format MUST adhere to t…
Browse files Browse the repository at this point in the history
…he following pattern`

The sentence looked like as if it required a specific indentation pattern.

Fix issue 1177

Signed-off-by: Akihiro Suda <[email protected]>
  • Loading branch information
AkihiroSuda committed Feb 1, 2023
1 parent 0ff8cd9 commit d679079
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions runtime.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ 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:
See [Query State](#query-state) for information on retrieving the state of a container.

### Example

```json
{
Expand All @@ -47,8 +49,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 d679079

Please sign in to comment.