Skip to content

Commit 4ba0f0d

Browse files
committed
some fixes
1 parent 4700a4f commit 4ba0f0d

File tree

4 files changed

+6
-13
lines changed

4 files changed

+6
-13
lines changed

spec/glossary_v3/blocklist_ie_endpoints.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -199,11 +199,9 @@ components:
199199
format: binary
200200
description: Binary file data to upload.
201201
importFileName:
202-
required: true
203202
type: string
204203
description: Name and extension of the import file.
205204
importFileMediaType:
206-
required: true
207205
type: string
208206
enum:
209207
- text/csv

spec/glossary_v3/g_common.yaml

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ components:
4545
schemas:
4646
GetGlossaryEntriesByFilterCommandPTO:
4747
type: object
48+
required:
49+
- entryState
4850
properties:
4951
query:
5052
type: string
@@ -66,7 +68,6 @@ components:
6668
example:
6769
["16ed66cc-accc-4bb5-9822-bc84e93429f8", "69dae398-96c2-45f6-9f0d-91470c3464bd"]
6870
entryState:
69-
required: true
7071
type: string
7172
description: >-
7273
State of the glossary entry.
@@ -214,7 +215,6 @@ components:
214215
description: Date-time value.
215216
example: '2023-02-01T11:45:00.000Z'
216217
type:
217-
required: true
218218
example: after
219219
description: After date filter.
220220
BeforeDateAuditionDateFilter:
@@ -225,7 +225,6 @@ components:
225225
- type
226226
properties:
227227
level:
228-
required: true
229228
type: string
230229
description: Level on which filtering should be performed ( glossary entry / glossary translation / or any ). ANY is default.
231230
enum:
@@ -250,7 +249,6 @@ components:
250249
- type
251250
properties:
252251
level:
253-
required: true
254252
type: string
255253
description: Level on which filtering should be performed ( glossary entry / glossary translation / or any ). ANY is default.
256254
enum:
@@ -278,7 +276,6 @@ components:
278276
- type
279277
properties:
280278
level:
281-
required: true
282279
type: string
283280
description: Level on which filtering should be performed ( glossary entry / glossary translation / or any ). ANY is default.
284281
enum:
@@ -287,7 +284,6 @@ components:
287284
- ANY
288285
example: ANY
289286
date:
290-
required: true
291287
type: string
292288
description: Date-time value.
293289
example: '2023-02-01T11:45:00.000Z'
@@ -297,9 +293,11 @@ components:
297293
description: Exact date filter.
298294
AuditorCommandPTO:
299295
type: object
296+
required:
297+
- level
298+
- userIds
300299
properties:
301300
level:
302-
required: true
303301
type: string
304302
description: Level on which filtering should be performed ( glossary entry / glossary translation / or any ).
305303
enum:
@@ -308,7 +306,6 @@ components:
308306
- ANY
309307
example: ANY
310308
userIds:
311-
required: true
312309
type: array
313310
description: User identifiers.
314311
items:

spec/glossary_v3/ie_endpoints.yaml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,11 +264,9 @@ components:
264264
format: binary
265265
description: Binary file data to upload.
266266
importFileName:
267-
required: true
268267
type: string
269268
description: Name and extension of the import file.
270269
importFileMediaType:
271-
required: true
272270
type: string
273271
enum:
274272
- text/csv

spec/translation_quality/tqc_check_result.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1041,7 +1041,7 @@ x-paths:
10411041
description: check type code
10421042
example: REGEX_CHECK
10431043
details:
1044-
- ref: >-
1044+
- $ref: >-
10451045
./tqc_common.yaml#/components/schemas/regexRuleWithRuleUid
10461046
positionTypeCode:
10471047
type: string

0 commit comments

Comments
 (0)