{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-mediatailor/refs/heads/main/json-schema/mediatailor-api-configure-logs-for-playback-configuration-response-schema.json", "title": "ConfigureLogsForPlaybackConfigurationResponse", "description": "ConfigureLogsForPlaybackConfigurationResponse schema from Amazon MediaTailor API", "type": "object", "properties": { "PercentEnabled": { "allOf": [ { "$ref": "#/components/schemas/__integer" }, { "description": "The percentage of session logs that MediaTailor sends to your Cloudwatch Logs account." } ] }, "PlaybackConfigurationName": { "allOf": [ { "$ref": "#/components/schemas/__string" }, { "description": "The name of the playback configuration." } ] } }, "required": [ "PercentEnabled" ] }