{
	"$id": "https://www.atsc-schemas.org/atsc3.0/a344/20210323/org.atsc.query.rmpPlaybackState-request.json",
	"$schema": "https://json-schema.org/draft/2019-09/schema#",
	"title": "Query RMP Playback State",
	"description": "Query RMP Playback State",
	"type": "object",
	"properties": {
		"jsonrpc": {
			"type": "string",
			"enum": [ "2.0" ]
		},
		"id": {
			"type": "integer"
		},
		"method": {
			"type": "string",
			"enum": [ "org.atsc.query.rmpPlaybackState" ]
		}
	},
	"required": ["jsonrpc", "id", "method" ]
}
