type: object
additionalProperties: false
required:
  - acceptOTP
properties:
  acceptOTP:
    type: boolean
    enum:
      - true
      - false
