forked from enviPath/enviPy
Current Dev State
This commit is contained in:
45
static/js/ketcher2/node_modules/jsonschema/schema/draft-03/hyper-schema.json
generated
vendored
Normal file
45
static/js/ketcher2/node_modules/jsonschema/schema/draft-03/hyper-schema.json
generated
vendored
Normal file
@ -0,0 +1,45 @@
|
||||
{
|
||||
"$schema": "http://json-schema.org/draft-03/hyper-schema#",
|
||||
"id": "http://json-schema.org/draft-03/hyper-schema#",
|
||||
"extends": { "$ref": "http://json-schema.org/draft-03/schema#" },
|
||||
"properties": {
|
||||
"links": {
|
||||
"type": "array",
|
||||
"items": { "$ref": "http://json-schema.org/draft-03/links#" }
|
||||
},
|
||||
"fragmentResolution": {
|
||||
"type": "string",
|
||||
"default": "slash-delimited"
|
||||
},
|
||||
"readonly": {
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"contentEncoding": {
|
||||
"type": "string"
|
||||
},
|
||||
"pathStart": {
|
||||
"type": "string",
|
||||
"format": "uri"
|
||||
},
|
||||
"mediaType": {
|
||||
"type": "string",
|
||||
"format": "media-type"
|
||||
}
|
||||
},
|
||||
"links": [
|
||||
{
|
||||
"href": "{id}",
|
||||
"rel": "self"
|
||||
},
|
||||
{
|
||||
"href": "{$ref}",
|
||||
"rel": "full"
|
||||
},
|
||||
{
|
||||
"href": "{$schema}",
|
||||
"rel": "describedby"
|
||||
}
|
||||
],
|
||||
"fragmentResolution": "slash-delimited"
|
||||
}
|
||||
Reference in New Issue
Block a user