Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 7 additions & 0 deletions spec/swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2190,6 +2190,13 @@ definitions:
person_id:
type: string
description: Id of the person the event is about (if any)
category:
type: string
enum:
- human
- animal
- vehicle
description: Type of the detected object.
snapshot:
$ref: '#/definitions/NAWelcomeSnapshot'
description: 'Snapshot id, version and key. (Used in Getcamerapicture)'
Expand Down