@swagger-api/apidom-parser-adapter-openapi-json-3-0 0.87.0 → 0.89.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
|
+
# [0.89.0](https://github.com/swagger-api/apidom/compare/v0.88.0...v0.89.0) (2023-12-19)
|
|
7
|
+
|
|
8
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
9
|
+
|
|
10
|
+
# [0.88.0](https://github.com/swagger-api/apidom/compare/v0.87.0...v0.88.0) (2023-12-15)
|
|
11
|
+
|
|
12
|
+
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
13
|
+
|
|
6
14
|
# [0.87.0](https://github.com/swagger-api/apidom/compare/v0.86.0...v0.87.0) (2023-12-12)
|
|
7
15
|
|
|
8
16
|
**Note:** Version bump only for package @swagger-api/apidom-parser-adapter-openapi-json-3-0
|
|
@@ -17996,7 +17996,7 @@ class JSONSchema extends _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_0__.O
|
|
|
17996
17996
|
return this.get('$schema');
|
|
17997
17997
|
}
|
|
17998
17998
|
set $schema($schema) {
|
|
17999
|
-
this.set('
|
|
17999
|
+
this.set('$schema', $schema);
|
|
18000
18000
|
}
|
|
18001
18001
|
|
|
18002
18002
|
/**
|
|
@@ -27441,7 +27441,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27441
27441
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
27442
27442
|
/* harmony export */ });
|
|
27443
27443
|
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86591);
|
|
27444
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
27444
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2335);
|
|
27445
27445
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(16360);
|
|
27446
27446
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(82434);
|
|
27447
27447
|
/* harmony import */ var _elements_Paths_mjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14666);
|
|
@@ -27457,7 +27457,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27457
27457
|
|
|
27458
27458
|
const PathsVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__(_generics_PatternedFieldsVisitor_mjs__WEBPACK_IMPORTED_MODULE_1__["default"], _FallbackVisitor_mjs__WEBPACK_IMPORTED_MODULE_2__["default"], {
|
|
27459
27459
|
props: {
|
|
27460
|
-
fieldPatternPredicate:
|
|
27460
|
+
fieldPatternPredicate: ramda__WEBPACK_IMPORTED_MODULE_3__["default"],
|
|
27461
27461
|
specPath: (0,ramda__WEBPACK_IMPORTED_MODULE_4__["default"])(['document', 'objects', 'PathItem']),
|
|
27462
27462
|
canSupportSpecificationExtensions: true
|
|
27463
27463
|
},
|
|
@@ -27471,6 +27471,8 @@ const PathsVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__(_generics_PatternedFie
|
|
|
27471
27471
|
|
|
27472
27472
|
// decorate every PathItemElement with path metadata
|
|
27473
27473
|
this.element.filter(_predicates_mjs__WEBPACK_IMPORTED_MODULE_6__.isPathItemElement).forEach((pathItemElement, key) => {
|
|
27474
|
+
key.classes.push('openapi-path-template');
|
|
27475
|
+
key.classes.push('path-template');
|
|
27474
27476
|
pathItemElement.setMetaProperty('path', (0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__.cloneDeep)(key));
|
|
27475
27477
|
});
|
|
27476
27478
|
return result;
|