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