Skip to content

Commit

Permalink
Add state & variables to GetExhangeResponse.
Browse files Browse the repository at this point in the history
  • Loading branch information
BigBlueHat authored Oct 29, 2024
1 parent 44a7b93 commit 7b4a55a
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions exchanges.yml
Original file line number Diff line number Diff line change
Expand Up @@ -400,6 +400,21 @@ components:
description: The steps completed by the exchange previously.
items:
type: string
state:
type: string
description: The status ("pending" | "complete" | "invalid") of the exchange, set to "pending" on creation.
variables:
type: array
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 7b4a55a

Please sign in to comment.