{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/CustomNotation.json", "title": "CustomNotation", "properties": { "aliases": { "items": { "$ref": "#/components/schemas/CustomNotationAlias" }, "type": "array" }, "id": { "example": "sntx_lRe007yZ", "type": "string" }, "name": { "example": "Your Custom Notation", "type": "string" } }, "type": "object" }