{
	"$schema":"http://json-schema.org/draft-04/schema#",
	"additionalProperties":false,
	"description":"Version v1",
	"properties":{
		"alert_id":{
			"type":"string"
		}, 
		"channel":{
			"$ref":"/resources/schema/alert/v1/Channel.json"
		}
	},
	"required":[
		"alert_id",
		"channel"
	],
	"title":"RemoveChannelRequest",
	"type":"object"
}