Python Validator

Validate AIDP Schema data using Python.

Installation

pip install aidp-sdk

Usage

from aidp import validate_business_profile

result = validate_business_profile(data)
if not result.valid:
    print(result.errors)

Get Help

Last updated