{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/subscriptions.suspend-422", "title": "subscriptions.suspend-422", "properties": { "details": { "type": "array", "items": { "anyOf": [ { "title": "USER_ACCOUNT_CLOSED", "properties": { "issue": { "type": "string", "enum": [ "USER_ACCOUNT_CLOSED" ] }, "description": { "type": "string", "enum": [ "User account locked or closed." ] } } }, { "title": "SUBSCRIPTION_STATUS_INVALID", "properties": { "issue": { "type": "string", "enum": [ "SUBSCRIPTION_STATUS_INVALID" ] }, "description": { "type": "string", "enum": [ "Invalid subscription status for suspend action; subscription status should be active." ] } } } ] } } } }