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