Skip to content

Commit

Permalink
fix HostAgent
Browse files Browse the repository at this point in the history
  • Loading branch information
eyadmba committed Apr 17, 2024
1 parent 1815f32 commit 2b0dbf1
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 5 deletions.
5 changes: 5 additions & 0 deletions external/resolvedSchemas.json
Original file line number Diff line number Diff line change
Expand Up @@ -9965,6 +9965,11 @@
],
"inherited": true
},
"lastSeenOn": {
"description": "The timestamp (in milliseconds since epoch) when the device either last checked in or was scanned.",
"type": ["number", "null"],
"format": "date-time"
},
"name": {
"description": "Name of this entity",
"type": "string",
Expand Down
10 changes: 5 additions & 5 deletions src/schemas/HostAgent.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,13 +30,13 @@
"other"
]
}
},
"lastSeenOn": {
"description": "The timestamp (in milliseconds since epoch) when the device either last checked in or was scanned.",
"type": ["number", "null"],
"format": "date-time"
}
},
"lastSeenOn": {
"description": "The timestamp (in milliseconds since epoch) when the device either last checked in or was scanned.",
"type": ["number", "null"],
"format": "date-time"
},
"required": ["function", "lastSeenOn"]
}
]
Expand Down

0 comments on commit 2b0dbf1

Please sign in to comment.