diff --git a/mintlify/openapi.yaml b/mintlify/openapi.yaml index 782654f8..28683e26 100644 --- a/mintlify/openapi.yaml +++ b/mintlify/openapi.yaml @@ -18096,7 +18096,7 @@ components: state: $ref: '#/components/schemas/CardState' stateReason: - oneOf: + anyOf: - $ref: '#/components/schemas/CardStateReason' - type: 'null' description: Reason associated with the current `state`. Populated when the card is `CLOSED` or when provisioning was rejected; otherwise null. diff --git a/openapi.yaml b/openapi.yaml index 782654f8..28683e26 100644 --- a/openapi.yaml +++ b/openapi.yaml @@ -18096,7 +18096,7 @@ components: state: $ref: '#/components/schemas/CardState' stateReason: - oneOf: + anyOf: - $ref: '#/components/schemas/CardStateReason' - type: 'null' description: Reason associated with the current `state`. Populated when the card is `CLOSED` or when provisioning was rejected; otherwise null. diff --git a/openapi/components/schemas/cards/Card.yaml b/openapi/components/schemas/cards/Card.yaml index 8a096a62..46f1c614 100644 --- a/openapi/components/schemas/cards/Card.yaml +++ b/openapi/components/schemas/cards/Card.yaml @@ -26,7 +26,7 @@ properties: state: $ref: ./CardState.yaml stateReason: - oneOf: + anyOf: - $ref: ./CardStateReason.yaml - type: 'null' description: >-