Skip to content

Commit 09d3ca1

Browse files
fix: add signatureFlow to ValidateFile schema in openapi.json
Complete the OpenAPI schema update by adding signatureFlow field to the ValidateFile schema definition. This was manually corrected after the initial automated update. Signed-off-by: Vitor Mattos <[email protected]>
1 parent 303cf32 commit 09d3ca1

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

openapi.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -862,7 +862,6 @@
862862
"status",
863863
"statusText",
864864
"nodeId",
865-
"signatureFlow",
866865
"totalPages",
867866
"size",
868867
"pdfVersion",
@@ -896,10 +895,6 @@
896895
"format": "int64",
897896
"minimum": 0
898897
},
899-
"signatureFlow": {
900-
"type": "integer",
901-
"format": "int64"
902-
},
903898
"totalPages": {
904899
"type": "integer",
905900
"format": "int64",

0 commit comments

Comments
 (0)