Skip to content

Commit

Permalink
remove last errant type info
Browse files Browse the repository at this point in the history
  • Loading branch information
jonrau-at-queryai committed Mar 18, 2024
1 parent 96caaae commit af1f2ac
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions objects/agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"requirement": "recommended"
},
"type": {
"caption": "Type",
"caption": "Agent Type",
"description": "The normalized caption of the type_id value for the agent or sensor. In the case of 'Other' or 'Unknown', it is defined by the event source.",
"requirement": "optional"
},
Expand All @@ -65,12 +65,10 @@
"version": {
"caption": "Agent Version",
"description": "The semantic version of the agent or sensor, e.g., <code>7.101.50.0</code>.",
"type": "string_t",
"requirement": "optional"
},
"vendor_name": {
"description": "The company or author who created the agent or sensor. For example: <code>Crowdstrike</code>.",
"type": "string_t",
"requirement": "optional"
},
"name": {
Expand Down

0 comments on commit af1f2ac

Please sign in to comment.