{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/invoices.search-invoices-400", "title": "invoices.search-invoices-400", "properties": { "details": { "type": "array", "items": { "anyOf": [ { "title": "INVALID_INTEGER_MAX_VALUE", "properties": { "issue": { "type": "string", "enum": [ "INVALID_INTEGER_MAX_VALUE" ] }, "description": { "type": "string", "enum": [ "Value exceeds max value." ] } } }, { "title": "INVALID_INTEGER_MIN_VALUE", "properties": { "issue": { "type": "string", "enum": [ "INVALID_INTEGER_MIN_VALUE" ] }, "description": { "type": "string", "enum": [ "Value less than minimum value." ] } } }, { "title": "INVALID_STRING_MAX_LENGTH", "properties": { "issue": { "type": "string", "enum": [ "INVALID_STRING_MAX_LENGTH" ] }, "description": { "type": "string", "enum": [ "the value of a field is too long." ] } } }, { "title": "INVALID_ARRAY_MAX_ITEMS", "properties": { "issue": { "type": "string", "enum": [ "INVALID_ARRAY_MAX_ITEMS" ] }, "description": { "type": "string", "enum": [ "the number of items in an array parameter is too large." ] } } }, { "title": "INVALID_STRING_LENGTH", "properties": { "issue": { "type": "string", "enum": [ "INVALID_STRING_LENGTH" ] }, "description": { "type": "string", "enum": [ "the value of a field is either too short or too long." ] } } }, { "title": "INVALID_STRING_MAX_LENGTH", "properties": { "issue": { "type": "string", "enum": [ "INVALID_STRING_MAX_LENGTH" ] }, "description": { "type": "string", "enum": [ "the value of a field is too long." ] } } }, { "title": "INVALID_PARAMETER_SYNTAX", "properties": { "issue": { "type": "string", "enum": [ "INVALID_PARAMETER_SYNTAX" ] }, "description": { "type": "string", "enum": [ "the value of a field does not conform to the expected format." ] } } } ] } } } }