Skip to content

Commit

Permalink
Editor revision 2022-05-14
Browse files Browse the repository at this point in the history
- resolves oasis-tcs#524
- correct JSON syntax
- correct indent
  • Loading branch information
tschmidtb51 committed May 13, 2022
1 parent 42f73dd commit f374f68
Showing 1 changed file with 28 additions and 28 deletions.
56 changes: 28 additions & 28 deletions csaf_2.0/prose/csaf-v2-editor-draft.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,34 +604,34 @@ Value type is string with format URI (`uri`).
*Example 4:*

```
"acknowledgments": [
{
"names": [
"Johann Sebastian Bach",
"Georg Philipp Telemann",
"Georg Friedrich Händel"
],
"organization": "Baroque composers",
"summary": "wonderful music"
},
{
"organization": "CISA"
"summary": "coordination efforts",
"urls": [
"https://cisa.gov"
]
},
{
"organization": "BSI",
"summary": "assistance in coordination"
},
{
"names": [
"Antonio Vivaldi"
],
"summary": "influencing other composers"
},
]
"acknowledgments": [
{
"names": [
"Johann Sebastian Bach",
"Georg Philipp Telemann",
"Georg Friedrich Händel"
],
"organization": "Baroque composers",
"summary": "wonderful music"
},
{
"organization": "CISA",
"summary": "coordination efforts",
"urls": [
"https://cisa.gov"
]
},
{
"organization": "BSI",
"summary": "assistance in coordination"
},
{
"names": [
"Antonio Vivaldi"
],
"summary": "influencing other composers"
}
],
```

The example 4 above SHOULD lead to the following outcome in a human-readable advisory:
Expand Down

0 comments on commit f374f68

Please sign in to comment.