Files
julia-buildpkg/node_modules/json-schema/draft-03/examples/geo
David Anthoff c0c6ce37ca Add node deps
2019-09-14 21:05:22 -07:00

8 lines
166 B
Plaintext

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