{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/FieldDefinition.json", "title": "FieldDefinition", "properties": { "archiveRecord": { "allOf": [ { "$ref": "#/components/schemas/ArchiveRecord" } ], "nullable": true }, "id": { "example": "tsf_HXUnClU9", "type": "string" }, "isMulti": { "type": "boolean" }, "isRequired": { "type": "boolean" }, "name": { "example": "Resistance Gene", "type": "string" }, "type": { "$ref": "#/components/schemas/FieldType" } }, "type": "object" }