title: AuthenticatorAttestationResponse
type: object
description: |
  A data model representing an AttestationStatement from WebAuthN.

  https://github.com/mojaloop/documentation/blob/main/website/versioned_docs/v1.0.1/api/thirdparty/data-models.md#32129-authenticatorattestationresponse
properties:
  clientDataJSON:
    type: string
    description: |
      JSON string with client data
    minLength: 121
    maxLength: 512
  attestationObject:
    type: string
    description: |
      CBOR.encoded attestation object
    minLength: 306
    maxLength: 2048
required:
  - clientDataJSON
  - attestationObject
additionalProperties: false
