Skip to content

Commit

Permalink
Removed unwanted type: object on endpoint and fixed broken sample.
Browse files Browse the repository at this point in the history
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
  • Loading branch information
JBBianchi committed Aug 15, 2024
1 parent 3297cfc commit 65bf9e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion dsl-reference.md
Original file line number Diff line number Diff line change
Expand Up @@ -178,7 +178,7 @@ use:
call: openapi
with:
document:
uri: https://petstore.swagger.io/v2/swagger.json
endpoint: https://petstore.swagger.io/v2/swagger.json
operationId: findByStatus
parameters:
status: available
Expand Down
1 change: 0 additions & 1 deletion schema/workflow.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1003,7 +1003,6 @@ $defs:
description: A human-readable explanation specific to this occurrence of the error.
required: [ type, status, instance ]
endpoint:
type: object
title: Endpoint
description: Represents an endpoint.
oneOf:
Expand Down

0 comments on commit 65bf9e1

Please sign in to comment.