{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/equipment_identity/valve_designator.schema.json","title":"valve_designator","type":"object","properties":{"code":{"type":"string","x-pg-type":"text"},"name":{"type":"string","x-pg-type":"text"},"category":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"actuation":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"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","name"],"x-primary-key":["code"]}