Skip to content

Commit

Permalink
Merge pull request #825 from mikeradka/main
Browse files Browse the repository at this point in the history
Add plural 'extensions' array
  • Loading branch information
pagbabian-splunk authored Oct 17, 2023
2 parents 24c62c3 + d9769ce commit 5cfd158
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
6 changes: 6 additions & 0 deletions dictionary.json
Original file line number Diff line number Diff line change
Expand Up @@ -1365,6 +1365,12 @@
"description": "The schema extension used to create the event.",
"type": "extension"
},
"extensions": {
"caption": "Schema Extensions",
"description": "The schema extensions used to create the event.",
"is_array": true,
"type": "extension"
},
"extension_list": {
"caption": "Extension List",
"description": "The list of TLS extensions.",
Expand Down
7 changes: 7 additions & 0 deletions objects/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,13 @@
"requirement": "optional"
},
"extension": {
"requirement": "optional",
"@deprecated": {
"message": "Use the <code> extensions </code> attribute instead.",
"since": "v1.0.0"
}
},
"extensions": {
"requirement": "optional"
},
"labels": {
Expand Down

0 comments on commit 5cfd158

Please sign in to comment.