This repository was archived by the owner on Jun 4, 2024. It is now read-only.

Description
As of the release of OpenAPI 3.1 and OpenAPI Schema is now fully compatible with JSON Schema:
The Schema Object is now fully compliant with JSON Schema draft 2019-09 (see JSON Schema Core and JSON Schema Validation). See also, Breaking Changes
Resulting from this we could generate a dynamic backend for all API endpoints using json-editor.
JSON Editor will be used for creating the form for the request input, the form is created based on the JSON Schema from the OpenAPI description.
Links: