-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Description
Lets make all of the below result in a validator and that we have tests for it
🔤 String Constraints
minLength: Minimum number of charactersmaxLength: Maximum number of characterspattern: Regular expression the string must match
🔢 Number / Integer Constraints
minimum: Minimum value (inclusive)maximum: Maximum value (inclusive)exclusiveMinimum: Must be strictly greater than this valueexclusiveMaximum: Must be strictly less than this valuemultipleOf: Must be a multiple of the given number
Other
const: Value must match exactly
📦 Array Constraints
minItems: Minimum number of elementsmaxItems: Maximum number of elementsuniqueItems: All elements must be unique
🧩 Object Constraints
minProperties: Minimum number of propertiesmaxProperties: Maximum number of properties
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels