Replace deprecated .schema() with .model_json_schema() Refs: CM-WALL-OPAD-2026-05
Pydantic v1 models equivalent to JSON Schema: - OPADProfile: Complete 3-prong configuration - Enums: OPADMode, PolicyAction, LogLevel, Protocol - Observation, Injection, Policy configs - OPADEvent and OPADInjectResult for logging Tests verify JSON Schema and Pydantic equivalence. All 18 tests passing. Refs: CM-WALL-OPAD-2026-05 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>