@speclynx/apidom-parser-adapter-json-schema-json-2020-12 2.3.0 → 2.5.0
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
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
|
+
# [2.5.0](https://github.com/speclynx/apidom/compare/v2.4.0...v2.5.0) (2026-01-30)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-json-schema-json-2020-12
|
|
9
|
+
|
|
10
|
+
# [2.4.0](https://github.com/speclynx/apidom/compare/v2.3.0...v2.4.0) (2026-01-29)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @speclynx/apidom-parser-adapter-json-schema-json-2020-12
|
|
13
|
+
|
|
6
14
|
# [2.3.0](https://github.com/speclynx/apidom/compare/v2.2.3...v2.3.0) (2026-01-27)
|
|
7
15
|
|
|
8
16
|
### Features
|
|
@@ -15181,6 +15181,47 @@ class KeyValuePair {
|
|
|
15181
15181
|
|
|
15182
15182
|
/***/ },
|
|
15183
15183
|
|
|
15184
|
+
/***/ 6681
|
|
15185
|
+
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
15186
|
+
|
|
15187
|
+
"use strict";
|
|
15188
|
+
__webpack_require__.r(__webpack_exports__);
|
|
15189
|
+
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
15190
|
+
/* harmony export */ isBooleanJSONSchemaElement: () => (/* binding */ isBooleanJSONSchemaElement),
|
|
15191
|
+
/* harmony export */ isJSONReferenceElement: () => (/* reexport safe */ _speclynx_apidom_ns_json_schema_draft_4__WEBPACK_IMPORTED_MODULE_4__.isJSONReferenceElement),
|
|
15192
|
+
/* harmony export */ isJSONSchemaElement: () => (/* binding */ isJSONSchemaElement),
|
|
15193
|
+
/* harmony export */ isLinkDescriptionElement: () => (/* binding */ isLinkDescriptionElement),
|
|
15194
|
+
/* harmony export */ isMediaElement: () => (/* reexport safe */ _speclynx_apidom_ns_json_schema_draft_4__WEBPACK_IMPORTED_MODULE_4__.isMediaElement)
|
|
15195
|
+
/* harmony export */ });
|
|
15196
|
+
/* harmony import */ var _speclynx_apidom_datamodel__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(5162);
|
|
15197
|
+
/* harmony import */ var _speclynx_apidom_datamodel__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(8252);
|
|
15198
|
+
/* harmony import */ var _elements_JSONSchema_mjs__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(3712);
|
|
15199
|
+
/* harmony import */ var _elements_LinkDescription_mjs__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(383);
|
|
15200
|
+
/* harmony import */ var _speclynx_apidom_ns_json_schema_draft_4__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(6059);
|
|
15201
|
+
|
|
15202
|
+
|
|
15203
|
+
|
|
15204
|
+
|
|
15205
|
+
|
|
15206
|
+
/**
|
|
15207
|
+
* @public
|
|
15208
|
+
*/
|
|
15209
|
+
const isBooleanJSONSchemaElement = element => {
|
|
15210
|
+
return (0,_speclynx_apidom_datamodel__WEBPACK_IMPORTED_MODULE_0__.isBooleanElement)(element) && (0,_speclynx_apidom_datamodel__WEBPACK_IMPORTED_MODULE_1__.includesClasses)(element, ['boolean-json-schema']);
|
|
15211
|
+
};
|
|
15212
|
+
|
|
15213
|
+
/**
|
|
15214
|
+
* @public
|
|
15215
|
+
*/
|
|
15216
|
+
const isJSONSchemaElement = element => element instanceof _elements_JSONSchema_mjs__WEBPACK_IMPORTED_MODULE_2__["default"];
|
|
15217
|
+
|
|
15218
|
+
/**
|
|
15219
|
+
* @public
|
|
15220
|
+
*/
|
|
15221
|
+
const isLinkDescriptionElement = element => element instanceof _elements_LinkDescription_mjs__WEBPACK_IMPORTED_MODULE_3__["default"];
|
|
15222
|
+
|
|
15223
|
+
/***/ },
|
|
15224
|
+
|
|
15184
15225
|
/***/ 6719
|
|
15185
15226
|
(__unused_webpack___webpack_module__, __webpack_exports__, __webpack_require__) {
|
|
15186
15227
|
|
|
@@ -17222,11 +17263,15 @@ class PatternedFieldsVisitor extends _SpecificationVisitor_mjs__WEBPACK_IMPORTED
|
|
|
17222
17263
|
"use strict";
|
|
17223
17264
|
__webpack_require__.r(__webpack_exports__);
|
|
17224
17265
|
/* harmony export */ __webpack_require__.d(__webpack_exports__, {
|
|
17266
|
+
/* harmony export */ isBooleanJSONSchemaElement: () => (/* reexport safe */ _speclynx_apidom_ns_json_schema_2019_09__WEBPACK_IMPORTED_MODULE_2__.isBooleanJSONSchemaElement),
|
|
17225
17267
|
/* harmony export */ isJSONSchemaElement: () => (/* binding */ isJSONSchemaElement),
|
|
17226
17268
|
/* harmony export */ isLinkDescriptionElement: () => (/* binding */ isLinkDescriptionElement)
|
|
17227
17269
|
/* harmony export */ });
|
|
17228
17270
|
/* harmony import */ var _elements_JSONSchema_mjs__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(4180);
|
|
17229
17271
|
/* harmony import */ var _elements_LinkDescription_mjs__WEBPACK_IMPORTED_MODULE_1__ = __webpack_require__(2867);
|
|
17272
|
+
/* harmony import */ var _speclynx_apidom_ns_json_schema_2019_09__WEBPACK_IMPORTED_MODULE_2__ = __webpack_require__(6681);
|
|
17273
|
+
|
|
17274
|
+
|
|
17230
17275
|
|
|
17231
17276
|
|
|
17232
17277
|
/**
|