Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions rt-rfid-binary-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,7 @@ components:
description: "List of remarks arisen during the analysis of SO data structure. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
format: int64
type: integer
SignerInfos:
description: "List of containers to store information about digital signature objects contained in the SO"
Expand Down Expand Up @@ -449,6 +450,7 @@ components:
description: "Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
format: int64
type: integer

RfidCertificateEx:
Expand Down Expand Up @@ -501,6 +503,7 @@ components:
structure and its validity verification. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
format: int64
type: integer
Origin:
$ref: "#/components/schemas/RfidCertificateOrigin"
Expand Down Expand Up @@ -711,6 +714,7 @@ components:
Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
format: int64
type: integer
DocFields_Text:
description: "List of document text fields formed on the basis of the file contents"
Expand Down Expand Up @@ -805,6 +809,7 @@ components:
description: "List of remarks arisen during the procedure. Can be ParsingErrorCodes or ParsingNotificationCodes enum."
type: array
items:
format: int64
type: integer
AccessControlOptions:
description: "List of structures with are used to describe the variants of the authentication or secure data access procedure
Expand Down
1 change: 1 addition & 0 deletions rt-vds-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ components:
Notifications:
type: array
items:
format: int64
type: integer
Signature:
$ref: "./rt-rfid-binary-data.yml#/components/schemas/TrfFtBytes"
Expand Down
1 change: 1 addition & 0 deletions rt-vds-nc-data.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ components:
Notifications:
type: array
items:
format: int64
type: integer
Signature:
$ref: "./rt-rfid-binary-data.yml#/components/schemas/TrfFtBytes"
Expand Down