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