@swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12 1.0.0-rc.2 → 1.0.0-rc.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/README.md +2 -2
- package/dist/apidom-parser-adapter-json-schema-yaml-2020-12.browser.js +1 -1
- package/dist/apidom-parser-adapter-json-schema-yaml-2020-12.browser.min.js +1 -1
- package/dist/{1496cfca5e4d41188323a914b9705264.wasm → fe6ac473f020fbdb0dc39a494e428b55.wasm} +0 -0
- package/package.json +5 -5
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,14 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.0.0-rc.4](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.3...v1.0.0-rc.4) (2025-11-25)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12
|
|
9
|
+
|
|
10
|
+
# [1.0.0-rc.3](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.2...v1.0.0-rc.3) (2025-11-07)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12
|
|
13
|
+
|
|
6
14
|
# [1.0.0-rc.2](https://github.com/swagger-api/apidom/compare/v1.0.0-rc.1...v1.0.0-rc.2) (2025-11-07)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12
|
package/README.md
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
`@swagger-api/apidom-parser-adapter-json-schema-yaml-2020-12` is a parser adapter for the [JSON Schema 2020-12](https://json-schema.org/draft/2020-12/draft-bhutton-json-schema-01) in [YAML format](https://yaml.org/spec/1.2/spec.html).
|
|
4
4
|
Under the hood this adapter uses [apidom-parser-adapter-yaml-1-2](https://github.com/swagger-api/apidom/tree/main/packages/apidom-parser-adapter-yaml-1-2)
|
|
5
|
-
to parse a source string into generic ApiDOM in [base ApiDOM namespace](https://github.com/swagger-api/apidom/tree/main/packages/apidom#base-namespace)
|
|
5
|
+
to parse a source string into generic ApiDOM in [base ApiDOM namespace](https://github.com/swagger-api/apidom/tree/main/packages/apidom-core#base-namespace)
|
|
6
6
|
which is then refracted with [JSON Schema 2020-12 Refractors](https://github.com/swagger-api/apidom/tree/main/packages/apidom-ns-json-schema-2020-12#refractors).
|
|
7
7
|
|
|
8
8
|
## Installation
|
|
@@ -32,7 +32,7 @@ Defines list of media types that this parser adapter recognizes.
|
|
|
32
32
|
|
|
33
33
|
### detect
|
|
34
34
|
|
|
35
|
-
[Detection](https://github.com/swagger-api/apidom/blob/main/packages/apidom-parser-adapter-json-schema-yaml-2020-12/src/adapter.ts#
|
|
35
|
+
[Detection](https://github.com/swagger-api/apidom/blob/main/packages/apidom-parser-adapter-json-schema-yaml-2020-12/src/adapter.ts#L21) is based on a regular expression matching required JSON Schema 2020-12 symbols in YAML format.
|
|
36
36
|
|
|
37
37
|
### namespace
|
|
38
38
|
|
|
@@ -7885,7 +7885,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
7885
7885
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
7886
7886
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
7887
7887
|
/* harmony export */ });
|
|
7888
|
-
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__webpack_require__.p + "
|
|
7888
|
+
/* harmony default export */ const __WEBPACK_DEFAULT_EXPORT__ = (__webpack_require__.p + "fe6ac473f020fbdb0dc39a494e428b55.wasm");
|
|
7889
7889
|
|
|
7890
7890
|
/***/ }),
|
|
7891
7891
|
|