Skip to content

Commit

Permalink
add commas in documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
gsambrotta committed Nov 21, 2024
1 parent be64210 commit da45ee3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docs/workflow/blocks/reference.rst
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ The list must follow a specific data structure, as shown below.
"managers": {
"anyOf": [
{
"title":"Will Teather"
"title":"Will Teather",
"const":1
},
{
"title":"John Smith"
"title":"John Smith",
"const":2
},
{
"title":"Ross Sullivan"
"title":"Ross Sullivan",
"const":3
}
]
Expand Down Expand Up @@ -115,15 +115,15 @@ TIP: Use this formula in a mapping block to transform an array into the "anyOf"
[
{
"name":"Will Teather"
"name":"Will Teather",
"asset_manager_id":1
},
{
"name":"John Smith"
"name":"John Smith",
"asset_manager_id":2
},
{
"name":"Ross Sullivan"
"name":"Ross Sullivan",
"asset_manager_id":3
}
]
Expand Down

0 comments on commit da45ee3

Please sign in to comment.