{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/shareholder.schema.json","title":"shareholder","type":"object","properties":{"shareholder_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"slug":{"type":"string","x-pg-type":"text"},"display_name":{"type":"string","x-pg-type":"text"},"role":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"pool":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"active_from":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"x-pg-type":"date"},"active_to":{"anyOf":[{"type":"string","format":"date"},{"type":"null"}],"x-pg-type":"date"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["slug","display_name"],"x-primary-key":["shareholder_id"]}