setup-php/node_modules/json-schema/draft-03/examples/geo
Shivam Mathur 8f9786b73f init
2019-09-06 05:17:43 +05:30

8 lines
166 B
Plaintext

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