Skip to content

Commit

Permalink
Issue ocsf#1291: Add url attribute to file object
Browse files Browse the repository at this point in the history
  • Loading branch information
rmouritzen-splunk committed Dec 23, 2024
1 parent d1d1dc2 commit 6ba58bf
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions objects/file.json
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,10 @@
"description": "The unique identifier of the file as defined by the storage system, such the file system file ID.",
"requirement": "optional"
},
"url": {
"description": "The URL of the file, when applicable.",
"requirement": "optional"
},
"version": {
"description": "The file version. For example: <code>8.0.7601.17514</code>.",
"requirement": "optional"
Expand Down

0 comments on commit 6ba58bf

Please sign in to comment.