You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"The Arazzo Specification provides a mechanism that can define sequences of calls and their dependencies to be woven together and expressed in the context of delivering a particular outcome or set of outcomes when dealing with API descriptions (such as OpenAPI descriptions)."
This is useful for validating API-based procedures defined in a standardized format.
Beginning Arazzo support work. This will be a long-term effort. Arazzo workflows are parallel to blueprints for tests, so it will be possible to specify an reference to a workflow as an item in a spec's tests array, along with the necessary inputs:
https://spec.openapis.org/arazzo/latest.html
"The Arazzo Specification provides a mechanism that can define sequences of calls and their dependencies to be woven together and expressed in the context of delivering a particular outcome or set of outcomes when dealing with API descriptions (such as OpenAPI descriptions)."
This is useful for validating API-based procedures defined in a standardized format.
Current support (by Arazzo object):
Arazzo Specification Object
arazzo
info
sourceDescriptions
workflows
components
Info Object
title
summary
description
version
Source Description Object
name
url
type
Workflow Object
workflowId
summary
description
inputs
dependsOn
steps
successActions
failureActions
outputs
parameters
Step Object
description
stepId
operationId
operationPath
workflowId
parameters
requestBody
successCriteria
onSuccess
onFailure
outputs
Parameter Object
name
in
value
Success Action Object
name
type
workflowId
stepId
criteria
Failure Action Object
name
type
workflowId
stepId
retryAfter
retryLimit
criteria
Components Object
inputs
parameters
successActions
failureActions
Reusable Object
reference
value
Criterion Object
context
condition
type
Request Body Object
contentType
#224payload
replacements
Payload Replacement Object
target
value
Runtime Expressions
The text was updated successfully, but these errors were encountered: