We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
type: object
endpoint
1 parent 3297cfc commit 65bf9e1Copy full SHA for 65bf9e1
dsl-reference.md
@@ -178,7 +178,7 @@ use:
178
call: openapi
179
with:
180
document:
181
- uri: https://petstore.swagger.io/v2/swagger.json
+ endpoint: https://petstore.swagger.io/v2/swagger.json
182
operationId: findByStatus
183
parameters:
184
status: available
schema/workflow.yaml
@@ -1003,7 +1003,6 @@ $defs:
1003
description: A human-readable explanation specific to this occurrence of the error.
1004
required: [ type, status, instance ]
1005
endpoint:
1006
- type: object
1007
title: Endpoint
1008
description: Represents an endpoint.
1009
oneOf:
0 commit comments