{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/tally_accounting/tally_voucher_line_rate_detail.schema.json","title":"tally_voucher_line_rate_detail","type":"object","properties":{"rate_detail_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"voucher_line_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"detail_number":{"type":"integer","x-pg-type":"int4"},"duty_head":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"valuation_type":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"rate":{"anyOf":[{"type":"number"},{"type":"null"}],"x-pg-type":"numeric"},"raw_payload":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["voucher_line_id","detail_number"],"x-primary-key":["rate_detail_id"],"x-foreign-keys":[{"column":"voucher_line_id","references_table":"tally_voucher_line","references_column":"voucher_line_id","constraint":"tally_voucher_line_rate_detail_voucher_line_id_fkey"}]}