Skip to content

Commit 7655109

Browse files
authored
Merge pull request json-schema-org#273 from sanderhahn/master
example $id update
2 parents 9336494 + 1dd92ac commit 7655109

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

learn/examples/calendar.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://example.com/address.schema.json",
2+
"$id": "https://example.com/calendar.schema.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "A representation of an event",
55
"type": "object",

learn/examples/card.schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$id": "https://example.com/address.schema.json",
2+
"$id": "https://example.com/card.schema.json",
33
"$schema": "http://json-schema.org/draft-07/schema#",
44
"description": "A representation of a person, company, organization, or place",
55
"type": "object",

0 commit comments

Comments
 (0)