setup-go/node_modules/json-schema/draft-03/examples/geo
Stephen Franceschelli a966e84ff9 Fix.
2019-07-30 13:30:32 -04:00

8 lines
No EOL
166 B
Text

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