{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/equipment_identity/measurement_method.schema.json","title":"measurement_method","type":"object","properties":{"method":{"type":"string","x-pg-type":"text"},"display_name":{"type":"string","x-pg-type":"text"},"applicable_to":{"type":"array","items":{"type":"string"},"x-pg-type":"_text"},"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":["method","display_name"],"x-primary-key":["method"]}