{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PriceRecordBatchErrorResponse", "title": "PriceRecordBatchErrorResponse", "type": "object", "properties": { "data": { "$ref": "#/components/schemas/PriceRecordIdentifiers" }, "field_errors": { "$ref": "#/components/schemas/DetailedErrors" } }, "description": "Error during `Price Record` batch PUT. Includes data sent in the request and errors." }