{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/products.patch-400", "title": "products.patch-400", "properties": { "details": { "type": "array", "items": { "anyOf": [ { "title": "MISSING_REQUIRED_PARAMETER", "properties": { "issue": { "type": "string", "enum": [ "MISSING_REQUIRED_PARAMETER" ] }, "description": { "type": "string", "enum": [ "A required field is missing." ] } } }, { "title": "UNSUPPORTED_PATCH_OPERATION", "properties": { "issue": { "type": "string", "enum": [ "UNSUPPORTED_PATCH_OPERATION" ] }, "description": { "type": "string", "enum": [ "The specified patch operation not supported for this field." ] } } }, { "title": "INVALID_PATCH_PATH", "properties": { "issue": { "type": "string", "enum": [ "INVALID_PATCH_PATH" ] }, "description": { "type": "string", "enum": [ "The specified field cannot be patched." ] } } }, { "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." ] } } }, { "title": "INVALID_PARAMETER_VALUE", "properties": { "issue": { "type": "string", "enum": [ "INVALID_PARAMETER_VALUE" ] }, "description": { "type": "string", "enum": [ "The value of a field is invalid." ] } } } ] } } } }