Skip to content

CreateZoneInput

CreateZoneInput

An input type used to create a new Zone.

dataSourceId

The unique identifier of the data source that owns the zone

Type: ID!

name

The name given to the camera zone.

Type: String!

polygon

The geometrical boundry of the camera zone.

Type: GeoJSONPolygonInput!

active

True if the zone is currently active, otherwise false.

Type: Boolean