Skip to content

Files

Latest commit

46cc7f3 · Mar 21, 2025

History

History

schemas

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 26, 2021
Mar 11, 2022
Mar 21, 2025
Jun 26, 2021

The schemas

This folder contain the JSON schemas for the openApi specifications as used by this package. The original OAS 3.1 schemas from the openApi specification repository have been slightly modified to work with the current AJV version that this package uses. This means:

  • replacing $dynamicRefs by normal $refs as the current version of AJV has an issue with resolving $dynamicRefs outside the root object in draft-2020-12 specs.