Skip to content

Commit 65bf9e1

Browse files
committed
Removed unwanted type: object on endpoint and fixed broken sample.
Signed-off-by: Jean-Baptiste Bianchi <jb.bianchi@neuroglia.io>
1 parent 3297cfc commit 65bf9e1

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

dsl-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ use:
178178
call: openapi
179179
with:
180180
document:
181-
uri: https://petstore.swagger.io/v2/swagger.json
181+
endpoint: https://petstore.swagger.io/v2/swagger.json
182182
operationId: findByStatus
183183
parameters:
184184
status: available

schema/workflow.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1003,7 +1003,6 @@ $defs:
10031003
description: A human-readable explanation specific to this occurrence of the error.
10041004
required: [ type, status, instance ]
10051005
endpoint:
1006-
type: object
10071006
title: Endpoint
10081007
description: Represents an endpoint.
10091008
oneOf:

0 commit comments

Comments
 (0)