travel/admin/node_modules/JSV/schemas/json-schema-draft-01/json-ref.json

26 lines
392 B
JSON
Raw Normal View History

2024-06-24 11:28:18 +08:00
{
"$schema" : "http://json-schema.org/hyper-schema#",
"id" : "http://json-schema.org/json-ref#",
"items" : {"$ref" : "#"},
"additionalProperties" : {"$ref" : "#"},
"links" : [
{
"href" : "{$ref}",
"rel" : "full"
},
{
"href" : "{$schema}",
"rel" : "describedby"
},
{
"href" : "{id}",
"rel" : "self"
}
],
"fragmentResolution" : "dot-delimited"
}