Skip to content

Commit

Permalink
fix:correct group validation documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrYurk committed Jan 7, 2025
1 parent fc91d9e commit 2cd0bb3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ record ListSchema(
"tx": "https://w3id.org/tractusx/v0.0.1/ns/"
},
"@id": "BPN000001234",
"tx:groups": ["group1", "group2", "group3"]
"tx:groups": "group1,group2,group3"
}
""";
}
Expand Down

0 comments on commit 2cd0bb3

Please sign in to comment.