{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/PriceListAssignmentsBatchErrorResponse", "title": "PriceListAssignmentsBatchErrorResponse", "type": "object", "x-internal": false, "properties": { "status": { "type": "integer" }, "title": { "type": "string" }, "type": { "type": "string" }, "errors": { "type": "object", "properties": {}, "additionalProperties": true, "title": "Detailed Errors" }, "meta": { "type": "object", "properties": { "saved_records": { "type": "integer" } } } } }