minhvtt commited on
Commit
a4241ef
·
verified ·
1 Parent(s): c7680c0

Update app/models/schemas.py

Browse files
Files changed (1) hide show
  1. app/models/schemas.py +1 -0
app/models/schemas.py CHANGED
@@ -61,6 +61,7 @@ class DevicePolicy(BaseModel):
61
  blocked_executables: list[str] = []
62
  blocked_domains: list[str] = []
63
  restriction_windows: list[TimeWindow] = []
 
64
 
65
 
66
  class UpdatePolicyRequest(BaseModel):
 
61
  blocked_executables: list[str] = []
62
  blocked_domains: list[str] = []
63
  restriction_windows: list[TimeWindow] = []
64
+ screenshot_interval_seconds: int = 60
65
 
66
 
67
  class UpdatePolicyRequest(BaseModel):