@swagger-api/apidom-ns-openapi-3-1 0.88.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,10 @@
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-ns-openapi-3-1
9
+
6
10
  # [0.88.0](https://github.com/swagger-api/apidom/compare/v0.87.0...v0.88.0) (2023-12-15)
7
11
 
8
12
  ### Features
@@ -23939,7 +23939,7 @@ class JSONSchema extends _swagger_api_apidom_core__WEBPACK_IMPORTED_MODULE_0__.O
23939
23939
  return this.get('$schema');
23940
23940
  }
23941
23941
  set $schema($schema) {
23942
- this.set('idProp', $schema);
23942
+ this.set('$schema', $schema);
23943
23943
  }
23944
23944
 
23945
23945
  /**