Skip to content

Commit

Permalink
feat: remove support of x-assert extension for spot
Browse files Browse the repository at this point in the history
  • Loading branch information
DmitryAnansky committed Oct 10, 2024
1 parent 1a0c9d3 commit 2b2631a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/happy-avocados-rule.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"@redocly/openapi-core": patch
---

Removed support of `x-assert` extension for Arazzo.
1 change: 0 additions & 1 deletion packages/core/src/types/arazzo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,6 @@ const Step: NodeType = {
outputs: 'Outputs',
'x-inherit': { enum: ['auto', 'none'] },
'x-expect': 'ExpectSchema',
'x-assert': { type: 'string' },
'x-operation': 'ExtendedOperation',
requestBody: 'RequestBody',
},
Expand Down
1 change: 0 additions & 1 deletion packages/core/src/typings/arazzo.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,6 @@ export interface Step {
};
'x-inherit'?: 'auto' | 'none';
'x-expect'?: ExpectSchema;
'x-assert'?: string;
'x-operation'?: ExtendedOperation;
requestBody?: RequestBody;
}
Expand Down

0 comments on commit 2b2631a

Please sign in to comment.