{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DnaOligoCreate.json", "title": "DnaOligoCreate", "allOf": [ { "$ref": "#/components/schemas/OligoCreate" }, { "properties": { "annotations": { "description": "Annotations on the Oligo.", "items": { "$ref": "#/components/schemas/DnaAnnotation" }, "type": "array" }, "helm": { "description": "Representation of the oligo in HELM syntax, including any chemical modifications", "example": "RNA1{d(A)p.d([impd2G])p.d(G)[Ssp].d(A)p.d(T)p.d(T)p}$$$$V2.0", "type": "string" } } }, { "$ref": "#/components/schemas/CustomNotationRequest" }, { "required": [ "name" ] } ] }