Requiring that all schema property types meets the policy standards.
Schema Property Type
Rules
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 Allowed Integer Format Error
Schema integer properties should have a format property with int32 or int64 applied
OpenAPI Schema Properties Allowed Number Format Error
Schema integer properties should have a format property with int32 or int64 applied
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...