Validates required fields, types, and schema structure Provides helpful error messages Works from CLI or as a Python module Includes sample manifests ads-validator ...
cpq-deal-validator/ โ”œโ”€โ”€ data/ # Sample input deals (JSON format) โ”‚ โ””โ”€โ”€ sample_deals.json โ”œโ”€โ”€ validators/ # Business validation rules โ”‚ โ””โ”€โ”€ rules.py โ”œโ”€โ”€ utils/ # Helper functions (optional, reusable) โ”‚ ...