{
"id": "place.stream.server.settings",
"defs": {
"main": {
"key": "any",
"type": "record",
"record": {
"type": "object",
"properties": {
"debugRecording": {
"type": "boolean",
"description": "Whether this node may archive your livestream for improving the service"
},
"livestreamRecording": {
"type": "boolean",
"description": "Whether this node should record your livestreams into VODs that you can publish"
}
}
},
"description": "Record containing user settings for a particular Streamplace node"
}
},
"$type": "com.atproto.lexicon.schema",
"lexicon": 1
}