{
	"$schema": "http://json-schema.org/draft-04/schema#",
	"description": "Schema describing an OpenFlow set async message, version 1.3",
	"id": "of13/ofp_set_async.json",
	"allOf": [
		{
			"$ref": "definitions.json#/async_config"
		},
		{
			"properties": {
				"header": {
					"properties": {
						"type": {
							"enum": [
								"OFPT_SET_ASYNC"
							],
							"default": "OFPT_SET_ASYNC"
						}
					}
				}
			}
		}
	]
}