mirror of
https://github.com/actions/setup-node.git
synced 2025-04-21 17:01:00 +00:00
8 lines
No EOL
166 B
Text
8 lines
No EOL
166 B
Text
{
|
|
"description" : "A geographical coordinate",
|
|
"type" : "object",
|
|
"properties" : {
|
|
"latitude" : { "type" : "number" },
|
|
"longitude" : { "type" : "number" }
|
|
}
|
|
} |