mirror of
https://github.com/cachix/install-nix-action.git
synced 2024-11-26 10:28:04 +00:00
8 lines
173 B
Text
8 lines
173 B
Text
|
{
|
||
|
"description" : "A geographical coordinate",
|
||
|
"type" : "object",
|
||
|
"properties" : {
|
||
|
"latitude" : { "type" : "number" },
|
||
|
"longitude" : { "type" : "number" }
|
||
|
}
|
||
|
}
|