{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/SchemaLinkFieldDefinition.json", "title": "SchemaLinkFieldDefinition", "allOf": [ { "$ref": "#/components/schemas/FieldDefinition" }, { "properties": { "schemaId": { "nullable": true, "type": "string" }, "type": { "enum": [ "entity_link", "entry_link", "part_link", "translation_link", "batch_link", "storage_link", "assay_request_link", "assay_result_link", "assay_run_link" ], "type": "string" } }, "type": "object" } ] }