No description available.
Record Key
any
Any valid record key
Properties
id
string
OptionalNullable
No description available.
maxLength: 64 bytesmaxGraphemes: 32 graphemestitle
string
Required
No description available.
maxLength: 1024 bytesmaxGraphemes: 512 graphemesworkType
string
Required
No description available.
maxLength: 128 bytesmaxGraphemes: 64 graphemesKnown values:
Movieyear
integer
OptionalNullable
No description available.
minimum: 0maximum: 2199View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"nullable": [
"id",
"year"
],
"required": [
"title",
"workType"
],
"properties": {
"id": {
"type": "string",
"nullable": true,
"required": false,
"maxLength": 64,
"description": "",
"maxGraphemes": 32
},
"year": {
"type": "integer",
"maximum": 2199,
"minimum": 0,
"nullable": true,
"required": false,
"description": ""
},
"title": {
"type": "string",
"nullable": false,
"required": true,
"maxLength": 1024,
"description": "",
"maxGraphemes": 512
},
"workType": {
"type": "string",
"nullable": false,
"required": true,
"maxLength": 128,
"description": "",
"knownValues": [
"Movie"
],
"maxGraphemes": 64
}
}
},
"description": ""
}