{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/proforma_actuals_import.schema.json","title":"proforma_actuals_import","type":"object","properties":{"actuals_import_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"project_ref":{"type":"string","x-pg-type":"text"},"source_system":{"type":"string","x-pg-type":"text"},"source_file":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"period_start":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"period_end":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"raw_payload":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"imported_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"imported_by":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["project_ref","source_system"],"x-primary-key":["actuals_import_id"]}