Skip to content

Commit 6a36629

Browse files
41044 - update schemas
1 parent 42fcb6c commit 6a36629

5 files changed

Lines changed: 4 additions & 5 deletions

File tree

detect.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ components:
4646
title: "DetectRequest"
4747
type: object
4848
allOf:
49-
- $ref: "#/components/schemas/DetectRequestData"
5049
- $ref: "./common.yml#/components/schemas/TransactionLabels"
50+
- $ref: "#/components/schemas/DetectRequestData"
5151

5252
DetectRequestData:
5353
title: "DetectRequestData"

identification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,8 +184,8 @@ components:
184184
type: object
185185
description: "Image in the request data, includes image and contentType."
186186
allOf:
187-
- $ref: "#/components/schemas/AddImageToPersonRequestData"
188187
- $ref: "./common.yml#/components/schemas/TransactionLabels"
188+
- $ref: "#/components/schemas/AddImageToPersonRequestData"
189189

190190
AddImageToPersonRequestData:
191191
title: "AddImageToPersonRequestData"

match.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@ components:
4343
MatchRequest:
4444
title: "MatchRequest"
4545
allOf:
46-
- $ref: "#/components/schemas/MatchRequestData"
4746
- $ref: "./common.yml#/components/schemas/TransactionLabels"
47+
- $ref: "#/components/schemas/MatchRequestData"
4848

4949
MatchRequestData:
5050
title: "MatchRequestData"

match_and_search.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,5 +148,4 @@ components:
148148
$ref: "#/components/schemas/PersonWithImages"
149149
rotationAngle:
150150
type: number
151-
format: float
152151
example: 2.1272900104522705

search.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ components:
4242
SearchRequest:
4343
title: "SearchRequest"
4444
allOf:
45+
- $ref: "./common.yml#/components/schemas/TransactionLabels"
4546
- $ref: "#/components/schemas/SearchParameters"
4647
- $ref: "./identification.yml#/components/schemas/ImageFields"
47-
- $ref: "./common.yml#/components/schemas/TransactionLabels"
4848

4949
SearchParameters:
5050
title: "SearchParameters"

0 commit comments

Comments
 (0)