{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/400", "title": "400", "properties": { "details": { "type": "array", "items": { "anyOf": [ { "title": "INVALID_PARAMETER_VALUE", "properties": { "issue": { "type": "string", "enum": [ "INVALID_PARAMETER_VALUE" ] }, "description": { "type": "string", "enum": [ "The value of a field is invalid." ] } } } ] } } } }