@orangecheck/agent-core / ValidationOptions
Interface: ValidationOptions
Defined in: agent-core/src/scope.ts:228
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
<a id="property-mode"></a> mode? | "strict" | "permissive" | Strict: reject unknown products/verbs and unknown constraint keys. Permissive: accept unknown products/verbs; ignore unknown keys without treating them as wider. Default: 'strict'. | agent-core/src/scope.ts:234 |