@swagger-api/apidom-parser-adapter-openapi-json-3-1 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-1
|
|
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-1
|
|
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-1
|
|
@@ -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
|
/**
|
|
@@ -27409,7 +27409,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27409
27409
|
/* harmony export */ "default": () => (__WEBPACK_DEFAULT_EXPORT__)
|
|
27410
27410
|
/* harmony export */ });
|
|
27411
27411
|
/* harmony import */ var stampit__WEBPACK_IMPORTED_MODULE_0__ = __webpack_require__(86591);
|
|
27412
|
-
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(
|
|
27412
|
+
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_3__ = __webpack_require__(2335);
|
|
27413
27413
|
/* harmony import */ var ramda__WEBPACK_IMPORTED_MODULE_4__ = __webpack_require__(16360);
|
|
27414
27414
|
/* harmony import */ var _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__ = __webpack_require__(82434);
|
|
27415
27415
|
/* harmony import */ var _elements_Paths_mjs__WEBPACK_IMPORTED_MODULE_5__ = __webpack_require__(14666);
|
|
@@ -27425,7 +27425,7 @@ __webpack_require__.r(__webpack_exports__);
|
|
|
27425
27425
|
|
|
27426
27426
|
const PathsVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__(_generics_PatternedFieldsVisitor_mjs__WEBPACK_IMPORTED_MODULE_1__["default"], _FallbackVisitor_mjs__WEBPACK_IMPORTED_MODULE_2__["default"], {
|
|
27427
27427
|
props: {
|
|
27428
|
-
fieldPatternPredicate:
|
|
27428
|
+
fieldPatternPredicate: ramda__WEBPACK_IMPORTED_MODULE_3__["default"],
|
|
27429
27429
|
specPath: (0,ramda__WEBPACK_IMPORTED_MODULE_4__["default"])(['document', 'objects', 'PathItem']),
|
|
27430
27430
|
canSupportSpecificationExtensions: true
|
|
27431
27431
|
},
|
|
@@ -27439,6 +27439,8 @@ const PathsVisitor = stampit__WEBPACK_IMPORTED_MODULE_0__(_generics_PatternedFie
|
|
|
27439
27439
|
|
|
27440
27440
|
// decorate every PathItemElement with path metadata
|
|
27441
27441
|
this.element.filter(_predicates_mjs__WEBPACK_IMPORTED_MODULE_6__.isPathItemElement).forEach((pathItemElement, key) => {
|
|
27442
|
+
key.classes.push('openapi-path-template');
|
|
27443
|
+
key.classes.push('path-template');
|
|
27442
27444
|
pathItemElement.setMetaProperty('path', (0,_swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_7__.cloneDeep)(key));
|
|
27443
27445
|
});
|
|
27444
27446
|
return result;
|