{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/procurement/cepci_index.schema.json","title":"cepci_index","type":"object","properties":{"id":{"type":"integer","x-pg-type":"int4"},"year":{"type":"integer","x-pg-type":"int4"},"month":{"anyOf":[{"type":"integer"},{"type":"null"}],"x-pg-type":"int4"},"value":{"type":"number","x-pg-type":"numeric"},"is_preliminary":{"type":"boolean","x-pg-type":"bool"}},"x-table-schema":"public","required":["year","value"],"x-primary-key":["id"]}