{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/equipment_identity/tag_history.schema.json","title":"tag_history","type":"object","properties":{"id":{"type":"integer","x-pg-type":"int4"},"equipment_uid":{"type":"string","format":"uuid","x-pg-type":"uuid"},"old_tag":{"type":"string","x-pg-type":"text"},"new_tag":{"type":"string","x-pg-type":"text"},"changed_by":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"reason":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"changed_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["equipment_uid","old_tag","new_tag"],"x-primary-key":["id"],"x-foreign-keys":[{"column":"equipment_uid","references_table":"equipment_position","references_column":"equipment_uid","constraint":"tag_history_equipment_uid_fkey"}]}