Oct 12, 2023
Migration
Navigating OpenAPI 3.1 and JSON Schema
The historical divergence between Swagger/OpenAPI types and JSON Schema has ended with OpenAPI 3.1. Understand the implications for your API Gateway.
Read MonographTechnical monographs on payload validation and contract design.
The historical divergence between Swagger/OpenAPI types and JSON Schema has ended with OpenAPI 3.1. Understand the implications for your API Gateway.
Read MonographHow unoptimized `pattern` constraints in public-facing schemas can be leveraged for Denial of Service, and how to analyze them.
Read MonographA comparative analysis of `oneOf`, `anyOf`, and discriminator patterns for representing discriminated unions in JSON.
Read Monograph