Merged in feature/textextraction (pull request #110)
Text Extraction * bases * go * splitting * structure * movetoasync * movetoasync * settinguptrigger * reorder * storevent * standardisepollingvalidation * unittests * fixlint * fixlint * awscfg * generatesample * followthrough * tests * clena * store * externalidcleanup * clientid * local * baseunittests * putobjecttests * tests
This commit is contained in:
@@ -602,13 +602,6 @@ components:
|
||||
maxLength: 36
|
||||
pattern: "^.+$"
|
||||
|
||||
ClientUID:
|
||||
type: string
|
||||
format: uuid
|
||||
description: The client internal unique id
|
||||
example: 0195853c-8fdd-77cd-b36c-255241bddd33
|
||||
maxLength: 36
|
||||
|
||||
QueryID:
|
||||
type: string
|
||||
format: uuid
|
||||
@@ -748,8 +741,6 @@ components:
|
||||
description: The properties of a client.
|
||||
type: object
|
||||
properties:
|
||||
uid:
|
||||
$ref: "#/components/schemas/ClientUID"
|
||||
id:
|
||||
$ref: "#/components/schemas/ClientID"
|
||||
name:
|
||||
@@ -758,7 +749,6 @@ components:
|
||||
$ref: "#/components/schemas/ClientCanSync"
|
||||
required:
|
||||
- id
|
||||
- uid
|
||||
- name
|
||||
- can_sync
|
||||
|
||||
@@ -1023,9 +1013,9 @@ components:
|
||||
output_location:
|
||||
type: string
|
||||
description: The location in which the export zip file will be found.
|
||||
example: s3://abc/AA/20250213/019587ac-073b-7098-8426-bad970f8c974.csv
|
||||
example: s3://a/A/export/20250213/uuid.csv
|
||||
maxLength: 2048
|
||||
pattern: '^s3://.+/.+/[0-9]{8}/.+\.csv$'
|
||||
pattern: '^s3://.+/.+/export/[0-9]{8}/.+\.csv$'
|
||||
description: Payload for export trigger response.
|
||||
required:
|
||||
- client_id
|
||||
|
||||
Reference in New Issue
Block a user