Skip to content

Commit

Permalink
Update basic-catalog.md with correct UUID in the Final Catalog JSON E…
Browse files Browse the repository at this point in the history
…xample

Line 984 of the basic-catalog.md shows the Final Catalog 

    "id" : "uuid-956c32af-8a15-4732-a4d9-f976a1149c4b",

When it should be:

    "uuid" : "956c32af-8a15-4732-a4d9-f976a1149c4b",
  • Loading branch information
ashdp authored and iMichaela committed Jan 22, 2025
1 parent c10a79b commit 2e0c1bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/learn/tutorials/control/basic-catalog.md
Original file line number Diff line number Diff line change
Expand Up @@ -981,7 +981,7 @@ Assembling all of the control content described in this tutorial, we obtain the
{{< highlight json "linenos=table" >}}
{
"catalog" : {
"id" : "uuid-956c32af-8a15-4732-a4d9-f976a1149c4b",
"uuid" : "956c32af-8a15-4732-a4d9-f976a1149c4b",
"metadata" : {
"title" : "Sample Security Catalog",
"published" : "2020-02-02T11:01:04.736-04:00",
Expand Down

0 comments on commit 2e0c1bc

Please sign in to comment.