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 d53706c commit 2d855a1
Show file tree
Hide file tree
Showing 6 changed files with 21 additions and 9 deletions.
4 changes: 3 additions & 1 deletion docs/openapi/openapi-iam.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9536,7 +9536,9 @@
data:
type: array
items:
$ref: '#/components/schemas/OcrTableData'
type: array
items:
$ref: '#/components/schemas/OcrTableData'
OcrTableData:
type: object
properties:
Expand Down
4 changes: 3 additions & 1 deletion docs/openapi/openapi-jwt.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9536,7 +9536,9 @@
data:
type: array
items:
$ref: '#/components/schemas/OcrTableData'
type: array
items:
$ref: '#/components/schemas/OcrTableData'
OcrTableData:
type: object
properties:
Expand Down
4 changes: 3 additions & 1 deletion docs/openapi/openapi-key.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9536,7 +9536,9 @@
data:
type: array
items:
$ref: '#/components/schemas/OcrTableData'
type: array
items:
$ref: '#/components/schemas/OcrTableData'
OcrTableData:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9643,9 +9643,11 @@ Resources:
items:
type: "string"
data:
type: "array"
type: array
items:
$ref: "#/components/schemas/OcrTableData"
type: array
items:
$ref: "#/components/schemas/OcrTableData"
OcrTableData:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9643,9 +9643,11 @@ Resources:
items:
type: "string"
data:
type: "array"
type: array
items:
$ref: "#/components/schemas/OcrTableData"
type: array
items:
$ref: "#/components/schemas/OcrTableData"
OcrTableData:
type: object
properties:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9643,9 +9643,11 @@ Resources:
items:
type: "string"
data:
type: "array"
type: array
items:
$ref: "#/components/schemas/OcrTableData"
type: array
items:
$ref: "#/components/schemas/OcrTableData"
OcrTableData:
type: object
properties:
Expand Down

0 comments on commit 2d855a1

Please sign in to comment.