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