Interface: OrderingProfile
Defined in: src/batteries/validation/types.ts:195
A named collection of ordering rules for a model or hosting layer.
Properties
| Property | Type | Description | Defined in |
|---|---|---|---|
description | string | Vendor citation and date checked, or an explanation of the profile's scope. | src/batteries/validation/types.ts:199 |
name | string | Stable profile or behavior name. | src/batteries/validation/types.ts:197 |
permissive? | boolean | True when the target documents no role-order limitation. | src/batteries/validation/types.ts:201 |
rules | OrderingRule[] | Rules evaluated for this profile. | src/batteries/validation/types.ts:203 |