Skip to content

Commit 3e488b3

Browse files
committed
Update Swagger spec
1 parent 810ee42 commit 3e488b3

File tree

1 file changed

+29
-14
lines changed

1 file changed

+29
-14
lines changed

spec/aspose-barcode-cloud.json

Lines changed: 29 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,21 @@
5454
"description": "Timeout of recognition process in milliseconds.\n Default value is 15_000 (15 seconds).\n Maximum value is 30_000 (1/2 minute).\n In case of a timeout RequestTimeout (408) status will be returned.\n Try reducing the image size to avoid timeout.",
5555
"format": "int32",
5656
"x-nullable": true
57+
},
58+
{
59+
"type": "string",
60+
"name": "checksumValidation",
61+
"in": "formData",
62+
"description": "Checksum validation setting. Default is ON.",
63+
"x-schema": {
64+
"$ref": "#/definitions/ChecksumValidation"
65+
},
66+
"x-nullable": false,
67+
"enum": [
68+
"Default",
69+
"On",
70+
"Off"
71+
]
5772
}
5873
],
5974
"responses": {
@@ -3087,6 +3102,20 @@
30873102
"mostCommonlyUsed"
30883103
]
30893104
},
3105+
"ChecksumValidation": {
3106+
"type": "string",
3107+
"description": "",
3108+
"x-enumNames": [
3109+
"Default",
3110+
"On",
3111+
"Off"
3112+
],
3113+
"enum": [
3114+
"Default",
3115+
"On",
3116+
"Off"
3117+
]
3118+
},
30903119
"EncodeBarcodeType": {
30913120
"type": "string",
30923121
"description": "See EncodeTypes",
@@ -5142,20 +5171,6 @@
51425171
"Version84"
51435172
]
51445173
},
5145-
"ChecksumValidation": {
5146-
"type": "string",
5147-
"description": "",
5148-
"x-enumNames": [
5149-
"Default",
5150-
"On",
5151-
"Off"
5152-
],
5153-
"enum": [
5154-
"Default",
5155-
"On",
5156-
"Off"
5157-
]
5158-
},
51595174
"PresetType": {
51605175
"type": "string",
51615176
"description": "See QualitySettings\nallows to configure recognition quality and speed manually.",

0 commit comments

Comments
 (0)