Default metadata record for livestream including content warnings, rights, and distribution policy
Record Key
literal:self
Fixed literal value
Properties
contentRights
ref
place.stream.metadata.contentRights
Optional
No description available.
contentWarnings
ref
place.stream.metadata.contentWarnings
Optional
No description available.
distributionPolicy
ref
place.stream.metadata.distributionPolicy
Optional
No description available.
View raw schema
{
"key": "literal:self",
"type": "record",
"record": {
"type": "object",
"properties": {
"contentRights": {
"ref": "place.stream.metadata.contentRights",
"type": "ref"
},
"contentWarnings": {
"ref": "place.stream.metadata.contentWarnings",
"type": "ref"
},
"distributionPolicy": {
"ref": "place.stream.metadata.distributionPolicy",
"type": "ref"
}
}
},
"description": "Default metadata record for livestream including content warnings, rights, and distribution policy"
}