{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/ConflictError.json", "title": "ConflictError", "properties": { "error": { "allOf": [ { "$ref": "#/components/schemas/BaseError" }, { "properties": { "conflicts": { "items": { "type": "object" }, "type": "array" } } } ] } }, "type": "object" }