{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/equipment_identity/instrument_designator_letter.schema.json","title":"instrument_designator_letter","type":"object","properties":{"code":{"type":"string","x-pg-type":"text"},"role":{"type":"string","x-pg-type":"text"},"name":{"type":"string","x-pg-type":"text"},"canonical":{"type":"boolean","x-pg-type":"bool"},"source":{"type":"string","x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"updated_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["code","role","name"],"x-primary-key":["code","role"]}