Requiring that all schema property shapes meets the policy standards.
Schema Property Shapes
Rules
OpenAPI Schema Properties String Maxlength Error
Schema properties that are of the string type have the max length applied defining the shape of the property
OpenAPI Schema Properties String Maxlength Info
Schema properties that are of the string type have the max length applied defining the shape of the property
OpenAPI Schema Properties String Minlength Error
Schema properties that are of the string type have the min length applied defining the shape of the property
OpenAPI Schema Properties String Minlength Info
Schema properties that are of the string type have the min length applied defining the shape of the property
OpenAPI Schema Properties Array Items Error
Schema properties that are of the type array must have an items property defined
OpenAPI Schema Properties Array Items Info
Schema properties that are of the type array must have an items property defined
OpenAPI Schema Properties Array Maxitems Error
Schema properties that are of the type array should have a max items property defined
OpenAPI Schema Properties Array Maxitems Info
Schema properties that are of the type array should have a max items property defined
OpenAPI Schema Properties Array Minitems Error
Schema properties that are of the type array should have a min items property defined
OpenAPI Schema Properties Array Minitems Info
Schema properties that are of the type array should have a min items property defined
OpenAPI Schema Properties Define Number Maximum Error
Schema properties that are of the type number should have a maximum property defined
OpenAPI Schema Properties Define Number Minimum Error
Schema properties that are of the type number should have a minimum property defined
Strategies
Data Should Be Well-Defined and Validated
The schema for data that is sent and received via API should always be well-defined, possess a well-known shape, and always be validated, ensuring that digital resources and capabilities are what t...
Lifecycle
design_services Design Design
Design is where the human experience of an API is won or lost. I work design-first, shaping the paths, schema, errors, and naming in the contract before development begins, so that consistency is b...