Skip to content

Commit

Permalink
fix the example of a broker generated attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
rsampaio committed Oct 27, 2020
1 parent 9a8b119 commit 3306c7f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec.md
Original file line number Diff line number Diff line change
Expand Up @@ -1010,8 +1010,8 @@ For success responses, the following fields are defined:
"dashboard_url": "http://example-dashboard.example.com/9189kdfsk0vfnku",
"operation": "task_10",
"attributes": {
"platform.generated.attribute1": "value1",
"platform.generated.attribute2": "value2"
"broker.generated.attribute1": "value1",
"broker.generated.attribute2": "value2"
}
"metadata": {
"labels": {
Expand Down

0 comments on commit 3306c7f

Please sign in to comment.