type: object
required:
  - data
  - attachments
properties:
  data:
    type: boolean
  attachments:
    type: array
    minItems: 0
    items:
      type: string
      format: uuid
      minLength: 32
      maxLength: 36