{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/procurement/equipment_spec.schema.json","title":"equipment_spec","type":"object","properties":{"id":{"type":"integer","x-pg-type":"int4"},"equipment_category_id":{"type":"integer","x-pg-type":"int4"},"specs":{"x-pg-type":"jsonb"},"tag":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"project_ref":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"description":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["equipment_category_id"],"x-primary-key":["id"],"x-foreign-keys":[{"column":"equipment_category_id","references_table":"equipment_category","references_column":"id","constraint":"equipment_spec_equipment_category_id_fkey"}]}