{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/401", "title": "401", "properties": { "details": { "type": "array", "items": { "anyOf": [ { "title": "INVALID_ACCOUNT_STATUS", "properties": { "issue": { "type": "string", "enum": [ "INVALID_ACCOUNT_STATUS" ] }, "description": { "type": "string", "enum": [ "Account validations failed for the user." ] } } } ] } } } }