{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/BoxCreationTableNotePart.json", "title": "BoxCreationTableNotePart", "allOf": [ { "$ref": "#/components/schemas/BaseNotePart" }, { "$ref": "#/components/schemas/StructuredTableApiIdentifiers" }, { "properties": { "boxSchemaId": { "example": "boxsch_MAbGlEtf", "type": "string" }, "type": { "enum": [ "box_creation_table" ], "type": "string" } }, "type": "object" } ] }