Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
8 lines
173 B
8 lines
173 B
2 years ago
|
{
|
||
|
"description" : "A geographical coordinate",
|
||
|
"type" : "object",
|
||
|
"properties" : {
|
||
|
"latitude" : { "type" : "number" },
|
||
|
"longitude" : { "type" : "number" }
|
||
|
}
|
||
|
}
|