@redocly/openapi-core
Advanced tools
Comparing version 1.25.6 to 1.25.7
# @redocly/openapi-core | ||
## 1.25.7 | ||
### Patch Changes | ||
- Removed the support of the `x-inherit` extension for Arazzo description files. | ||
## 1.25.6 | ||
@@ -4,0 +10,0 @@ |
@@ -150,3 +150,2 @@ "use strict"; | ||
outputs: 'Outputs', | ||
'x-inherit': { enum: ['auto', 'none'] }, | ||
'x-expect': 'ExpectSchema', | ||
@@ -153,0 +152,0 @@ 'x-operation': 'ExtendedOperation', |
@@ -92,3 +92,2 @@ export interface InfoObject { | ||
}; | ||
'x-inherit'?: 'auto' | 'none'; | ||
'x-expect'?: ExpectSchema; | ||
@@ -95,0 +94,0 @@ 'x-operation'?: ExtendedOperation; |
{ | ||
"name": "@redocly/openapi-core", | ||
"version": "1.25.6", | ||
"version": "1.25.7", | ||
"description": "", | ||
@@ -5,0 +5,0 @@ "main": "lib/index.js", |
@@ -145,3 +145,2 @@ import { mapOf, type NodeType, listOf } from '.'; | ||
outputs: 'Outputs', | ||
'x-inherit': { enum: ['auto', 'none'] }, | ||
'x-expect': 'ExpectSchema', | ||
@@ -148,0 +147,0 @@ 'x-operation': 'ExtendedOperation', |
@@ -132,3 +132,2 @@ export interface InfoObject { | ||
}; | ||
'x-inherit'?: 'auto' | 'none'; | ||
'x-expect'?: ExpectSchema; | ||
@@ -135,0 +134,0 @@ 'x-operation'?: ExtendedOperation; |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
3037584
54559