type: object allOf: - type: object required: - id - paymentResource properties: id: description: Идентификатор привязки type: string paymentResource: $ref: '#/definitions/PaymentResource' - $ref: '#/definitions/CustomerBindingStatus'