No description available.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"work",
"identifiers"
],
"properties": {
"work": {
"type": "string",
"format": "at-uri",
"nullable": false,
"required": true,
"description": ""
},
"identifiers": {
"type": "array",
"items": {
"refs": [
"#identifier"
],
"type": "union",
"closed": false,
"nullable": false,
"required": true,
"description": ""
},
"nullable": false,
"required": true,
"minLength": 1
}
}
}
}