{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/financing_round_revision.schema.json","title":"financing_round_revision","type":"object","properties":{"revision_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"round_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"revision_n":{"type":"integer","x-pg-type":"int4"},"revised_date":{"type":"string","format":"date","x-pg-type":"date"},"revised_by":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"doc_uri":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"raw_terms_jsonb":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"}},"x-table-schema":"public","required":["round_id","revision_n","revised_date"],"x-primary-key":["revision_id"],"x-foreign-keys":[{"column":"round_id","references_table":"financing_round","references_column":"round_id","constraint":"financing_round_revision_round_id_fkey"}]}