1
0
mirror of https://gitea.com/actions/setup-node.git synced 2025-07-05 16:23:55 +08:00
setup-node/node_modules/json-schema/draft-03/examples/geo
eric sciple ae5dcb46c8 .
2020-01-24 12:30:26 -05:00

8 lines
173 B
Plaintext

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