title: ConsentsIDPutResponseVerified
type: object
description: >
  The HTTP request `PUT /consents/{ID}` is used by the DFSP or Auth-Service to
  update a Consent object once it has been Verified.

  Called by a `auth-service` to notify a DFSP that a credential has
  been verified and registered.
properties:
  status:
    $ref: ./ConsentStatusIssued.yaml
  scopes:
    type: array
    items:
      $ref: ./Scope.yaml
  credential:
    $ref: ./VerifiedCredential.yaml
  extensionList:
    $ref: ./ExtensionList.yaml
required:
  - scopes
  - credential
additionalProperties: false
