mirror of
https://gitea.com/actions/setup-python.git
synced 2024-11-23 02:29:35 +01:00
8 lines
No EOL
173 B
Text
8 lines
No EOL
173 B
Text
{
|
|
"description" : "A geographical coordinate",
|
|
"type" : "object",
|
|
"properties" : {
|
|
"latitude" : { "type" : "number" },
|
|
"longitude" : { "type" : "number" }
|
|
}
|
|
} |