{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/MonomerCreate.json", "title": "MonomerCreate", "additionalProperties": false, "allOf": [ { "$ref": "#/components/schemas/MonomerBaseRequest" }, { "properties": { "naturalAnalog": { "description": "Symbol for the natural equivalent of the monomer. Acceptable natural analog values include IUPAC bases, r, and p.", "example": "T", "type": "string" } } }, { "required": [ "smiles", "name", "naturalAnalog", "symbol" ] } ] }