{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DeprecatedEntitySchema.json", "title": "DeprecatedEntitySchema", "allOf": [ { "$ref": "#/components/schemas/EntitySchema" }, { "properties": { "type": { "enum": [ "custom_entity", "dna_sequence", "aa_sequence", "mixture", "dna_oligo", "rna_oligo", "molecule", "entry" ], "readOnly": true, "type": "string" } }, "type": "object" } ] }