mirror of
https://github.com/nodejs/node.git
synced 2025-05-16 07:27:39 +00:00

PR-URL: https://github.com/nodejs/node/pull/30904 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com>
26 lines
413 B
Plaintext
26 lines
413 B
Plaintext
{
|
|
"$schema" : "http://json-schema.org/draft-03/hyper-schema#",
|
|
"id" : "http://json-schema.org/draft-03/json-ref#",
|
|
|
|
"additionalItems" : {"$ref" : "#"},
|
|
"additionalProperties" : {"$ref" : "#"},
|
|
|
|
"links" : [
|
|
{
|
|
"href" : "{id}",
|
|
"rel" : "self"
|
|
},
|
|
|
|
{
|
|
"href" : "{$ref}",
|
|
"rel" : "full"
|
|
},
|
|
|
|
{
|
|
"href" : "{$schema}",
|
|
"rel" : "describedby"
|
|
}
|
|
],
|
|
|
|
"fragmentResolution" : "dot-delimited"
|
|
} |