Skip to content

Commit

Permalink
Merge pull request #857 from datatrails/steve/sample-fix
Browse files Browse the repository at this point in the history
Sample fix-missing comma
  • Loading branch information
SteveLasker committed Jun 19, 2024
2 parents 2d123c8 + 90967f7 commit 7c46f55
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions content/platform/overview/creating-an-asset/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ The DataTrails API uses the reserved attributes `arc_display_name` and `arc_disp

```json
{
"behaviours": ["RecordEvidence"]
"behaviours": ["RecordEvidence"],
"attributes": {
"arc_display_name": "My First Container",
"arc_display_type": "Shipping Container"
Expand Down Expand Up @@ -209,7 +209,7 @@ This example also adds a location to our Asset. To find out more about locations

```json
{
"behaviours": ["RecordEvidence"]
"behaviours": ["RecordEvidence"],
"attributes": {
"arc_display_name": "My First Container",
"arc_display_type": "Shipping Container",
Expand Down

0 comments on commit 7c46f55

Please sign in to comment.