components: schemas: PaymentMethodsAuthData: type: object additionalProperties: false required: - accessToken - payment_methods properties: accessToken: $ref: ../../../models/auth/token_data.yaml#/components/schemas/TokenData payment_methods: type: array items: $ref: ../../../models/payment_method/payment_method.yaml#/components/schemas/PaymentMethod