{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/CustomNotationAlias.json", "title": "CustomNotationAlias", "properties": { "baseMonomerId": { "example": "mon_a1b2c3", "type": "string" }, "customNotationId": { "example": "sntx_a1b2c3", "type": "string" }, "id": { "example": "sntxals_a1b2c3", "type": "string" }, "phosphateMonomerId": { "example": "mon_a1b2c3", "nullable": true, "type": "string" }, "rank": { "type": "number" }, "sugarMonomerId": { "example": "mon_a1b2c3", "type": "string" }, "token": { "type": "string" }, "tokenVariantEnd": { "nullable": true, "type": "string" }, "tokenVariantStart": { "nullable": true, "type": "string" } }, "type": "object" }