{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/project_finance/proforma_actuals_record.schema.json","title":"proforma_actuals_record","type":"object","properties":{"actuals_record_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"actuals_import_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"project_ref":{"type":"string","x-pg-type":"text"},"period":{"type":"integer","x-pg-type":"int4"},"period_date":{"type":"string","format":"date","x-pg-type":"date"},"line_item":{"type":"string","x-pg-type":"text"},"amount":{"type":"number","x-pg-type":"numeric"},"source":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"}},"x-table-schema":"public","required":["actuals_import_id","project_ref","period","period_date","line_item","amount"],"x-primary-key":["actuals_record_id"],"x-foreign-keys":[{"column":"actuals_import_id","references_table":"proforma_actuals_import","references_column":"actuals_import_id","constraint":"proforma_actuals_record_actuals_import_id_fkey"}]}