mirror of
https://github.com/nodejs/node.git
synced 2025-05-15 23:25:21 +00:00

PR-URL: https://github.com/nodejs/node/pull/30533 Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
26 lines
410 B
Plaintext
26 lines
410 B
Plaintext
{
|
|
"$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"
|
|
} |