{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/CustomEntityUpsertRequest.json", "title": "CustomEntityUpsertRequest", "allOf": [ { "$ref": "#/components/schemas/EntityUpsertBaseRequest" }, { "$ref": "#/components/schemas/CustomEntityBaseRequestForCreate" } ] }