-
Notifications
You must be signed in to change notification settings - Fork 71
Closed
Labels
storyFeature description from user's perspectiveFeature description from user's perspective
Description
Describe the desired outcome from the user's perspective
As an API consumer, I want to define OpenAPI validation behavior of zilla using the corresponding OpenAPI specification document for the HTTP API.
Acceptance criteria
- integer validation (text or binary)
- int32, int64
- max and min value
- multiple of N
- number validation (text or binary)
- float, double
- max and min
- multiple of N
- string validation
- max and min length
- regular expressions
Additional context
Review any remaining validation syntax in OpenAPI for enforcement via zilla model validation.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
storyFeature description from user's perspectiveFeature description from user's perspective