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