{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/tally_accounting/tally_company.schema.json","title":"tally_company","type":"object","properties":{"company_id":{"type":"string","format":"uuid","x-pg-type":"uuid"},"company_name":{"type":"string","x-pg-type":"text"},"short_code":{"type":"string","x-pg-type":"text"},"legal_name":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"country_code":{"type":"string","x-pg-type":"text"},"state_region":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"base_currency":{"type":"string","x-pg-type":"text"},"notes":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"raw_payload":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"created_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"},"updated_at":{"type":"string","format":"date-time","x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["company_name","short_code"],"x-primary-key":["company_id"]}