{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/project.schema.json","title":"project","type":"object","properties":{"project_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"slug":{"type":"string","x-pg-type":"text"},"display_name":{"type":"string","x-pg-type":"text"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["slug","display_name"],"x-primary-key":["project_id"]}