{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DnaSequenceWithEntityType.json", "title": "DnaSequenceWithEntityType", "allOf": [ { "$ref": "#/components/schemas/DnaSequence" }, { "properties": { "entityType": { "enum": [ "dna_sequence" ], "type": "string" } }, "type": "object" } ], "type": "object" }