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