Skip to content

Commit 62e8acc

Browse files
41044 - update schemas
1 parent 6a36629 commit 62e8acc

3 files changed

Lines changed: 0 additions & 10 deletions

File tree

identification.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -60,12 +60,6 @@ components:
6060
updatedAt:
6161
type: string
6262
description: "Person update date."
63-
groups:
64-
type: array
65-
description: "List of groups this person belongs to."
66-
items:
67-
type: string
68-
format: uuid
6963

7064
PersonFields:
7165
title: "PersonFields"

match_and_search.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,3 @@ components:
146146
description: "Detected Persons."
147147
items:
148148
$ref: "#/components/schemas/PersonWithImages"
149-
rotationAngle:
150-
type: number
151-
example: 2.1272900104522705

search.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ components:
7777
ttl:
7878
type: integer
7979
description: "The lifespan of the Person's records, seconds. Optional."
80-
nullable: true
8180
default: null
8281

8382
FilterSearchRequest:

0 commit comments

Comments
 (0)