{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/procurement/designator_model_crosswalk.schema.json","title":"designator_model_crosswalk","type":"object","properties":{"designator_code":{"type":"string","x-pg-type":"text"},"model_parent_type":{"type":"string","x-pg-type":"text"}},"x-table-schema":"public","required":["designator_code","model_parent_type"],"x-primary-key":["designator_code","model_parent_type"]}