{"$schema":"https://json-schema.org/draft/2020-12/schema","$id":"https://puranwater.com/schemas/postgres/procurement/datasheet_template.schema.json","title":"datasheet_template","type":"object","properties":{"template_id":{"type":"string","x-pg-type":"text"},"title":{"type":"string","x-pg-type":"text"},"category":{"type":"string","x-pg-type":"text"},"has_motor":{"anyOf":[{"type":"boolean"},{"type":"null"}],"x-pg-type":"bool"},"source_md_path":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"json_schema":{"x-pg-type":"jsonb"},"template_meta":{"anyOf":[{},{"type":"null"}],"x-pg-type":"jsonb"},"cfihos_class_code":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"eclass_class_id":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"dexpi_equipment_type":{"anyOf":[{"type":"string"},{"type":"null"}],"x-pg-type":"text"},"created_at":{"anyOf":[{"type":"string","format":"date-time"},{"type":"null"}],"x-pg-type":"timestamptz"}},"x-table-schema":"public","required":["template_id","title","category","json_schema"],"x-primary-key":["template_id"]}