Skip to content

place.stream.metadata.configuration

Lexicon Version: 1

Type: record

Default metadata record for livestream including content warnings, rights, and distribution policy

Record Key: literal:self

Record Properties:

NameTypeReq’dDescriptionConstraints
contentWarningsplace.stream.metadata.contentWarnings
contentRightsplace.stream.metadata.contentRights
distributionPolicyplace.stream.metadata.distributionPolicy

{
"lexicon": 1,
"id": "place.stream.metadata.configuration",
"defs": {
"main": {
"type": "record",
"description": "Default metadata record for livestream including content warnings, rights, and distribution policy",
"key": "literal:self",
"record": {
"type": "object",
"properties": {
"contentWarnings": {
"type": "ref",
"ref": "place.stream.metadata.contentWarnings"
},
"contentRights": {
"type": "ref",
"ref": "place.stream.metadata.contentRights"
},
"distributionPolicy": {
"type": "ref",
"ref": "place.stream.metadata.distributionPolicy"
}
}
}
}
}
}