Skip to content

Commit 812000a

Browse files
committed
Merge pull request json-schema-org#139 from madskristensen/patch-4
Added missing `$schema` property to `geo`
2 parents 011a42f + fdd779e commit 812000a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

geo

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
{
2+
"$schema": "http://json-schema.org/draft-04/schema#",
23
"description": "A geographical coordinate",
34
"type": "object",
45
"properties": {

0 commit comments

Comments
 (0)