Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Jan 1, 2025
1 parent caa60a1 commit d53706c
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 60 deletions.
12 changes: 2 additions & 10 deletions docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9533,21 +9533,13 @@
type: array
items:
type: string
values:
$ref: '#/components/schemas/OcrTableValues'
OcrTableValues:
type: object
properties:
data:
type: array
items:
$ref: '#/components/schemas/OcrTableValueData'
OcrTableValueData:
$ref: '#/components/schemas/OcrTableData'
OcrTableData:
type: object
properties:
key:
type: string
description: Table Key Value
value:
type: string
description: Table Value
Expand Down
12 changes: 2 additions & 10 deletions docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9533,21 +9533,13 @@
type: array
items:
type: string
values:
$ref: '#/components/schemas/OcrTableValues'
OcrTableValues:
type: object
properties:
data:
type: array
items:
$ref: '#/components/schemas/OcrTableValueData'
OcrTableValueData:
$ref: '#/components/schemas/OcrTableData'
OcrTableData:
type: object
properties:
key:
type: string
description: Table Key Value
value:
type: string
description: Table Value
Expand Down
12 changes: 2 additions & 10 deletions docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9533,21 +9533,13 @@
type: array
items:
type: string
values:
$ref: '#/components/schemas/OcrTableValues'
OcrTableValues:
type: object
properties:
data:
type: array
items:
$ref: '#/components/schemas/OcrTableValueData'
OcrTableValueData:
$ref: '#/components/schemas/OcrTableData'
OcrTableData:
type: object
properties:
key:
type: string
description: Table Key Value
value:
type: string
description: Table Value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9642,21 +9642,13 @@ Resources:
type: "array"
items:
type: "string"
values:
$ref: "#/components/schemas/OcrTableValues"
OcrTableValues:
type: object
properties:
data:
type: "array"
items:
$ref: "#/components/schemas/OcrTableValueData"
OcrTableValueData:
$ref: "#/components/schemas/OcrTableData"
OcrTableData:
type: object
properties:
key:
type: string
description: Table Key Value
value:
type: string
description: Table Value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9642,21 +9642,13 @@ Resources:
type: "array"
items:
type: "string"
values:
$ref: "#/components/schemas/OcrTableValues"
OcrTableValues:
type: object
properties:
data:
type: "array"
items:
$ref: "#/components/schemas/OcrTableValueData"
OcrTableValueData:
$ref: "#/components/schemas/OcrTableData"
OcrTableData:
type: object
properties:
key:
type: string
description: Table Key Value
value:
type: string
description: Table Value
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9642,21 +9642,13 @@ Resources:
type: "array"
items:
type: "string"
values:
$ref: "#/components/schemas/OcrTableValues"
OcrTableValues:
type: object
properties:
data:
type: "array"
items:
$ref: "#/components/schemas/OcrTableValueData"
OcrTableValueData:
$ref: "#/components/schemas/OcrTableData"
OcrTableData:
type: object
properties:
key:
type: string
description: Table Key Value
value:
type: string
description: Table Value
Expand Down

0 comments on commit d53706c

Please sign in to comment.