{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/legal/legal_fact_review.schema.json","title":"legal_fact_review","type":"object","properties":{"review_id":{"type":"integer","x-pg-type":"int8"},"fact_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"verification_status":{"type":"string","x-pg-type":"text"},"reviewed_by":{"type":"string","x-pg-type":"text"},"reviewed_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["review_id","fact_id","verification_status"],"x-primary-key":["review_id"],"x-foreign-keys":[{"column":"fact_id","references_table":"legal_fact","references_column":"fact_id","constraint":"legal_fact_review_fact_id_fkey"}]}