Skip to content

Commit

Permalink
Simplify flow framework delete response
Browse files Browse the repository at this point in the history
Signed-off-by: Thomas Farr <tsfarr@amazon.com>
  • Loading branch information
Xtansia committed Feb 27, 2025
1 parent b7b4974 commit 68942c6
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion spec/namespaces/flow_framework.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -444,7 +444,7 @@ components:
content:
application/json:
schema:
$ref: '../schemas/flow_framework.common.yaml#/components/schemas/FlowFrameworkDeleteResponse'
$ref: '../schemas/_common.yaml#/components/schemas/WriteResponseBase'
flow_framework.get@200:
content:
application/json:
Expand Down
5 changes: 0 additions & 5 deletions spec/schemas/flow_framework.common.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -76,11 +76,6 @@ components:
version:
$ref: '#/components/schemas/version'
minProperties: 1
FlowFrameworkDeleteResponse:
allOf:
- $ref: '_common.yaml#/components/schemas/WriteResponseBase'
- type: object
properties: {}
FlowFrameworkGetResponse:
type: object
properties:
Expand Down

0 comments on commit 68942c6

Please sign in to comment.