{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://api-evangelist.github.io/benchling/json-schema/CustomNotationRequest.json",
"title": "CustomNotationRequest",
"properties": {
"customNotation": {
"description": "Representation of the sequence or oligo in the custom notation specified by customNotationId",
"type": "string"
},
"customNotationId": {
"description": "ID of the notation used to interpret the string provided in the customNotation field",
"type": "string"
}
},
"type": "object"
}