$schema: http://json-schema.org/draft-04/schema#
description: Schema describing an OpenFlow get async reply message, version 1.3
id: of13/ofp_get_async_reply.json

allOf:
  - $ref: definitions.json#/async_config
  - properties:
      header:
        properties:
          type:
            enum: [OFPT_GET_ASYNC_REPLY]
            default: OFPT_GET_ASYNC_REPLY
