Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions draft-vasters-json-structure-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -466,7 +466,7 @@ A time-of-day value.

- Base type: `string`
- Constraints:
- The string value MUST conform to the {{RFC3339}} `time` format.
- The string value MUST conform to the {{RFC3339}} `full-time` format.

#### `duration` {#duration}

Expand Down Expand Up @@ -641,7 +641,7 @@ Example:
}
~~~

The following JSON node is an valid instance of the `tuple` type defined above:
The following JSON node is a valid instance of the `tuple` type defined above:

~~~ json
["Alice", 42]
Expand Down Expand Up @@ -709,7 +709,7 @@ or:

##### Inline Unions {#inline-unions}

Inline unions require for all type choices to extend a common base type.
Inline unions require all type choices to extend a common base type.

This is expressed by using the `$extends` ({{extends-keyword}}) keyword in the
`choice` declaration. The `$extends` keyword MUST refer to a schema that defines
Expand Down
Loading