📋 Contract Schema

JSON Schema specification for CyberAi contracts.

Schema Location

View the schema at contracts/contract.schema.json

Validation

ajv validate -s contracts/contract.schema.json -d "contracts/agents/your-contract.json" --strict=false

View Contract Documentation | ← Back to Documentation