chatty-pub/node_modules/json-schema/draft-03/examples/geo
كارل مبارك 374620645c initial commit
2021-06-26 13:12:56 +02:00

8 lines
173 B
Text

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