place.stream.metadata.configuration
Lexicon Version: 1
Definitions
Section titled “Definitions”Type: record
Default metadata record for livestream including content warnings, rights, and distribution policy
Record Key: literal:self
Record Properties:
Name | Type | Req’d | Description | Constraints |
---|---|---|---|---|
contentWarnings | place.stream.metadata.contentWarnings | ❌ | ||
contentRights | place.stream.metadata.contentRights | ❌ | ||
distributionPolicy | place.stream.metadata.distributionPolicy | ❌ |
Lexicon Source
Section titled “Lexicon Source”{ "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" } } } } }}