{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/ItemObject", "title": "ItemObject", "type": "object", "properties": { "itemNumber": { "type": "number", "description": "Index of error." }, "trackingId": { "type": "string", "description": "Unique identifier to track the HTTP request." }, "error": { "$ref": "#/components/schemas/ErrorObject", "description": "Error details." } } }