Skip to content
1 min read · 109 words

Interface: OrderingProfile

Defined in: src/batteries/validation/types.ts:195

A named collection of ordering rules for a model or hosting layer.

Properties

PropertyTypeDescriptionDefined in
descriptionstringVendor citation and date checked, or an explanation of the profile's scope.src/batteries/validation/types.ts:199
namestringStable profile or behavior name.src/batteries/validation/types.ts:197
permissive?booleanTrue when the target documents no role-order limitation.src/batteries/validation/types.ts:201
rulesOrderingRule[]Rules evaluated for this profile.src/batteries/validation/types.ts:203