5.0.0-alpha.13 (2023-05-16)
Release summary
This release brings full support for rendering JSON Schema 2020-12, which comes as a default JSON Schema dialect for OpenAPI 3.1.0 specification.
components.schemas:
Path Operations:
Webhooks Operations:
Bug Fixes
- json-schema-2020-12: fix rendering of items keywords (#8674) (67132cc), closes #8513
- oas31: fix deep linking for Webhooks and Callbacks (#8680) (872e382), closes #8679
- oas31: fix expansion margin in OpenAPI 3.1 base dialect keywords (#8664) (bd406ee), closes #8513
Features
- oas31: add support for includeReadOnly/WriteOnly options in new JSON Schema 2020-12 renderer (#8675) (75b41e0), closes #8513
- oas31: prepare to render JSON Schema 2020-12 in Operations and Webhooks (#8670) (79e0c4e), closes #8513
- oas31: render JSON Schema 2020-12 in Operations and Webhooks (#8673) (2f0282d), closes #8513