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) │ ...