{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/legal/clause.schema.json","title":"clause","type":"object","properties":{"clause_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"document_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"clause_ref":{"type":"string","x-pg-type":"text"},"clause_type":{"type":"string","x-pg-type":"text"},"heading":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"span_text":{"type":"string","x-pg-type":"text"},"page_number":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"char_start":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"char_end":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"content_hash":{"type":"string","x-pg-type":"text"},"superseded_by":{"anyOf":[{"type":"string","format":"uuid"},{"type":"null"}],"x-pg-type":"uuid"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"created_by":{"type":"string","x-pg-type":"text"}},"x-table-schema":"public","required":["document_id","clause_ref","clause_type","span_text","content_hash"],"x-primary-key":["clause_id"],"x-foreign-keys":[{"column":"document_id","references_table":"contract_document","references_column":"document_id","constraint":"clause_document_id_fkey"},{"column":"superseded_by","references_table":"clause","references_column":"clause_id","constraint":"clause_superseded_by_fkey"}]}