{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/FieldsWithResolution.json", "title": "FieldsWithResolution", "additionalProperties": { "$ref": "#/components/schemas/FieldWithResolution" }, "example": { "Linked Peptide": { "value": "prtn_ObbdtGhC" }, "Linked Sequence": { "value": { "entityRegistryId": "DNA001" } }, "Linked Strains": { "value": [ { "entityRegistryId": "STRAIN001" }, { "entityRegistryId": "STRAIN002" } ] } }, "type": "object" }