{
	"$id": "https://www.atsc-schemas.org/atsc3.0/a344/20230217/org.atsc.subscribe-request.json",
	"$schema": "https://json-schema.org/draft/2019-09/schema#",
	"title": "Integrated Subscribe API",
	"description": "Integrated Subscribe API",
	"type": "object",
	"properties": {
		"jsonrpc": {
			"type": "string",
			"enum": [ "2.0" ]
		},
		"id": {
			"type": "integer"
		},
		"method": {
			"type": "string",
			"enum": [ "org.atsc.subscribe" ]
		},
		"params": {
			"type": "object",
			"properties": {
				"msgType": {
					"type": "array",
					"items": {
						"type": "string",
						"examples": [ "All", "ratingBlock", "serviceChange", "captionState", "languagePref", "captionDisplayPrefs", "audioAccessibilityPref", "alertingChange", "contentChange", "serviceGuideChange", "signalingData", "dialogEnhancementPrefChange", "dialogEnhancementLimitChange", "contentRecoveryStateChange", "displayOverrideChange", "recoveredComponentInfoChange", "rmpMediaTimeChange", "rmpPlaybackStateChange", "rmpPlaybackRateChange", "DRM", "xlinkResolution" ]
					}
				}
			},
			"required": [ "msgType" ]
		}
	},
	"required": [ "jsonrpc", "id", "method", "params" ]
}
