{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/DnaOligo.json",
"title": "DnaOligo",
"allOf": [
{
"$ref": "#/components/schemas/Oligo"
},
{
"properties": {
"annotations": {
"description": "Annotations on the Oligo.",
"items": {
"$ref": "#/components/schemas/DnaAnnotation"
},
"type": "array"
},
"apiURL": {
"example": "https://benchling.com/api/v2/dna-oligos/seq_bhuDUw9D",
"type": "string"
},
"bases": {
"example": "ACTTTTT",
"type": "string"
},
"customNotation": {
"description": "Representation of the oligo in the custom notation specified in the request. Null if no notation was specified.",
"nullable": true,
"type": "string"
},
"customNotationName": {
"description": "Name of the custom notation specified in the request. Null if no notation was specified.",
"nullable": true,
"type": "string"
},
"helm": {
"description": "Representation of the oligo in HELM syntax, including any chemical modifications",
"example": "RNA1{d(A)p.d(C)[Ssp].d(T)p.d(T)p.d(T)p.d(T)p.d(T)p}$$$$V2.0",
"type": "string"
}
}
}
]
}