Skip to content
This repository was archived by the owner on Nov 2, 2023. It is now read-only.

example $id update #273

Merged
merged 1 commit into from
Aug 13, 2019
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion learn/examples/calendar.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://example.com/address.schema.json",
"$id": "https://example.com/calendar.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A representation of an event",
"type": "object",
Expand Down
2 changes: 1 addition & 1 deletion learn/examples/card.schema.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"$id": "https://example.com/address.schema.json",
"$id": "https://example.com/card.schema.json",
"$schema": "http://json-schema.org/draft-07/schema#",
"description": "A representation of a person, company, organization, or place",
"type": "object",
Expand Down