{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/DataFrameColumnTypeMetadata.json", "title": "DataFrameColumnTypeMetadata", "allOf": [ { "$ref": "#/components/schemas/DataFrameColumnTypeNameEnum" }, { "properties": { "isList": { "type": "boolean" }, "isNullable": { "type": "boolean" }, "target": { "description": "Only present if the column type is ObjectLink", "properties": { "baseTypeName": { "example": "DNASequence", "type": "string" }, "schemaId": { "example": "ts_n4l12nf0", "nullable": true, "type": "string" } }, "type": "object" } }, "required": [ "isNullable", "isList" ], "type": "object" } ] }