Son CV dans un terminal web en Javascript!
https://terminal-cv.gregandev.fr
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
26 lines
435 B
26 lines
435 B
{
|
|
"$schema" : "http://json-schema.org/draft-00/hyper-schema#",
|
|
"id" : "http://json-schema.org/draft-00/json-ref#",
|
|
|
|
"items" : {"$ref" : "#"},
|
|
"additionalProperties" : {"$ref" : "#"},
|
|
|
|
"links" : [
|
|
{
|
|
"href" : "{$ref}",
|
|
"rel" : "full"
|
|
},
|
|
|
|
{
|
|
"href" : "{$schema}",
|
|
"rel" : "describedby"
|
|
},
|
|
|
|
{
|
|
"href" : "{id}",
|
|
"rel" : "self"
|
|
}
|
|
],
|
|
|
|
"fragmentResolution" : "dot-delimited"
|
|
} |