No description available.
Record Key
literal:self
Fixed literal value
Properties
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"required": [
"title",
"url",
"createdAt"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"title": {
"type": "string",
"maxLength": 120,
"minLength": 1
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"description": {
"type": "string",
"maxLength": 500
}
}
}
}