Skip to content

Commit

Permalink
Apply @dlongley suggestions from review.
Browse files Browse the repository at this point in the history
Co-authored-by: Dave Longley <[email protected]>
  • Loading branch information
BigBlueHat and dlongley authored Oct 30, 2024
1 parent dd9a482 commit 41a25c1
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions exchanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -390,35 +390,21 @@ components:
type: object
description: The active exchange.
properties:
exchangeId:
id:
type: string
description: The URL that uniquely identifies the exchange.
description: The local exchange ID that identifies the exchange.
ttl:
type: string
description: The time to live for the exchange.
nextStep:
step:
type: string
description: The interaction the exchange is expecting to happen next.
completedSteps:
type: array
description: The steps completed by the exchange previously.
items:
type: string
description: The current step in the exchange.
state:
type: string
description: The status ("pending" | "complete" | "invalid") of the exchange, set to "pending" on creation.
variables:
type: array
type: object
description: Template variables to be used in the exchange.
items:
type: object
properties:
type:
type: string
description: The type of template.
template:
type: string
description: The template itself.
WorkflowStep:
type: object
description: Object containing information about a workflow step.
Expand Down

0 comments on commit 41a25c1

Please sign in to comment.