No description available.
View raw schema
{
"type": "array",
"items": {
"ref": "#singleRefSys",
"type": "ref"
},
"minLength": 2
}
No description available.
{
"type": "array",
"items": {
"ref": "#singleRefSys",
"type": "ref"
},
"minLength": 2
}
No description available.
{
"refs": [
"#singleRefSys",
"#multiRefSys"
],
"type": "union"
}
No description available.
{
"type": "object",
"required": [
"href"
],
"properties": {
"href": {
"type": "string",
"format": "uri"
},
"epoch": {
"type": "integer"
}
}
}
No description available.
{
"required": [
"type"
],
"properties": {
"type": {
"type": "string",
"description": "Value should not be reference"
}
}
}
No description available.
{
"type": "object",
"required": [
"uri"
],
"properties": {
"uri": {
"type": "string",
"description": "The value is either a URI or a CURIE."
}
}
}
No description available.
{
"type": "object",
"required": [
"refSys"
],
"properties": {
"refSys": {
"refs": [
"#refSysSimpleRef",
"#refSysByRef",
"#refSysCustom"
],
"type": "union"
}
}
}