1
0
Fork 1
mirror of https://github.com/MingweiSamuel/Riven.git synced 2025-03-17 04:03:17 -07:00
Riven/riven/srcgen/node_modules/json-schema/draft-03/examples/geo

8 lines
166 B
Text
Raw Normal View History

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