Skip to content
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions pages/understanding-json-schema/structuring.md
Original file line number Diff line number Diff line change
Expand Up @@ -203,7 +203,7 @@ means:
- 2) within that object, find the value of the key `street_address`

The URI `https://example.com/schemas/address#/properties/street_address`
identifies the highlighted subschema in the following schema.
identifies the corresponding subschema in the following schema.

```json
// props { "isSchema": true }
Expand Down Expand Up @@ -250,7 +250,7 @@ then behavior is undefined. Your anchors might work in some
implementation, but not others.

The URI `https://example.com/schemas/address#street_address` identifies
the subschema on the highlighted part of the following schema.
the corresponding subschema in following schema.

```json
// props { "isSchema": true }
Expand Down
Loading