Skip to content

Commit d7755cf

Browse files
committed
refactor(arazzo): remove brackets around condition
The example indicates that when YAML format is translated to JSON, the brackets SHOULD be added to the condition.
1 parent ff18b2b commit d7755cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/arazzo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -571,7 +571,7 @@ components:
571571
"workflowId": "refreshTokenWorkflowId",
572572
"criteria": [
573573
{
574-
"condition": "{$statusCode == 401}"
574+
"condition": "$statusCode == 401"
575575
}
576576
]
577577
}

0 commit comments

Comments
 (0)