Record defining a collection of resources.
Record Key
any
Any valid record key
Properties
View raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"name",
"createdAt"
],
"properties": {
"name": {
"type": "string",
"maxLength": 640,
"description": "Name of the collection",
"maxGraphemes": 64
},
"createdAt": {
"type": "string",
"format": "datetime"
}
}
},
"description": "Record defining a collection of resources."
}