title: JSON equals
type: object
properties:
  equalToJson:
    type: string
    example: |
      { "message": "hello" }
  ignoreExtraElements:
    type: boolean
  ignoreArrayOrder:
    type: boolean

required:
  - equalToJson