{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/EntityUpsertBaseRequest.json", "title": "EntityUpsertBaseRequest", "properties": { "archiveRecord": { "$ref": "#/components/schemas/ArchiveRecordSet" }, "fields": { "$ref": "#/components/schemas/FieldsWithResolution" }, "name": { "type": "string" }, "registryId": { "type": "string" }, "schemaId": { "type": "string" } }, "required": [ "registryId", "name", "schemaId" ], "type": "object" }