install-nix-action/node_modules/json-schema/draft-03/examples/geo
Domen Kožar 08403cd828
v5
2019-11-13 17:14:48 +01:00

8 lines
No EOL
173 B
Text

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