Files
setup-haskell/node_modules/json-schema/draft-03/examples/geo
Timothy Clem 63b90beb0c npm audit fix
2019-09-30 10:04:01 -07:00

8 lines
173 B
Plaintext

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