{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "https://api-evangelist.github.io/benchling/json-schema/UnitSummary.json", "title": "UnitSummary", "properties": { "id": { "example": "unit_NyKvCSBC", "type": "string" }, "name": { "example": "meter", "type": "string" }, "symbol": { "example": "m", "type": "string" }, "unitTypeId": { "example": "qnty_7W2R1EFJ", "type": "string" } }, "type": "object" }