1
0
mirror of https://github.com/actions/setup-python.git synced 2025-05-13 21:23:45 +07:00

8 lines
173 B
Plaintext
Raw Normal View History

2019-06-26 21:12:00 -04:00
{
"description" : "A geographical coordinate",
"type" : "object",
"properties" : {
"latitude" : { "type" : "number" },
"longitude" : { "type" : "number" }
}
}