title: ConsentsIDPatchResponseVerified
description: |
  PATCH /consents/{ID} request object.

  Sent by the DFSP to the PISP when a consent is issued and verified.
  Used in the "Register Credential" part of the Account linking flow.
type: object
properties:
  credential:
    type: object
    properties:
      status:
        $ref: ./CredentialStatusVerified.yaml
    required:
      - status
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - credential
