components: schemas: RecipientsAuthData: type: object additionalProperties: false required: - accessToken - recipients properties: accessToken: $ref: ../../../models/auth/token_data.yaml#/components/schemas/TokenData recipients: type: array items: $ref: ../../../models/recipient/recipient.yaml#/components/schemas/Recipient