dotfiles/.vscode/extensions/saviorisdead.RustyCode-0.18.0/node_modules/json-schema/draft-03/examples/geo
Cyryl Płotnicki 2f946d6200 Add .vscode
2016-09-11 10:29:13 +02:00

8 lines
No EOL
173 B
Text

{
"description" : "A geographical coordinate",
"type" : "object",
"properties" : {
"latitude" : { "type" : "number" },
"longitude" : { "type" : "number" }
}
}