No description available.
Properties
collaborators
array
of
ref
#collaborator
Required
No description available.
createdAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
id
string
Required
No description available.
subject
union
Required
No description available.
Known types:
updatedAt
string
datetime
Optional
An RFC 3339 formatted timestamp.
View raw schema
{
"type": "record",
"record": {
"type": "object",
"required": [
"id",
"collaborators",
"subject"
],
"properties": {
"id": {
"type": "string"
},
"subject": {
"refs": [
"#playlist"
],
"type": "union"
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"updatedAt": {
"type": "string",
"format": "datetime"
},
"collaborators": {
"type": "array",
"items": {
"ref": "#collaborator",
"type": "ref"
}
}
}
}
}