Skip to content

Commit 1e14412

Browse files
Ivan KamkinIvan Kamkin
authored andcommitted
Fix newlines in spec
1 parent 1a19264 commit 1e14412

File tree

1 file changed

+21
-21
lines changed

1 file changed

+21
-21
lines changed

spec/aspose-barcode-cloud.json

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
{
3232
"name": "dataType",
3333
"in": "query",
34-
"description": "Type of data to encode.\r\nDefault value: StringData.",
34+
"description": "Type of data to encode.\nDefault value: StringData.",
3535
"schema": {
3636
"$ref": "#/components/schemas/EncodeDataType"
3737
}
@@ -48,23 +48,23 @@
4848
{
4949
"name": "imageFormat",
5050
"in": "query",
51-
"description": "Barcode output image format.\r\nDefault value: png",
51+
"description": "Barcode output image format.\nDefault value: png",
5252
"schema": {
5353
"$ref": "#/components/schemas/BarcodeImageFormat"
5454
}
5555
},
5656
{
5757
"name": "textLocation",
5858
"in": "query",
59-
"description": "Specify the displaying Text Location, set to CodeLocation.None to hide CodeText.\r\nDefault value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes.",
59+
"description": "Specify the displaying Text Location, set to CodeLocation.None to hide CodeText.\nDefault value: Depends on BarcodeType. CodeLocation.Below for 1D Barcodes. CodeLocation.None for 2D Barcodes.",
6060
"schema": {
6161
"$ref": "#/components/schemas/CodeLocation"
6262
}
6363
},
6464
{
6565
"name": "foregroundColor",
6666
"in": "query",
67-
"description": "Specify the displaying bars and content Color.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: Black.",
67+
"description": "Specify the displaying bars and content Color.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: Black.",
6868
"schema": {
6969
"type": "string",
7070
"default": "Black"
@@ -73,7 +73,7 @@
7373
{
7474
"name": "backgroundColor",
7575
"in": "query",
76-
"description": "Background color of the barcode image.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: White.",
76+
"description": "Background color of the barcode image.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: White.",
7777
"schema": {
7878
"type": "string",
7979
"default": "White"
@@ -90,7 +90,7 @@
9090
{
9191
"name": "resolution",
9292
"in": "query",
93-
"description": "Resolution of the BarCode image.\r\nOne value for both dimensions.\r\nDefault value: 96 dpi.\r\nDecimal separator is dot.",
93+
"description": "Resolution of the BarCode image.\nOne value for both dimensions.\nDefault value: 96 dpi.\nDecimal separator is dot.",
9494
"schema": {
9595
"maximum": 100000,
9696
"minimum": 1,
@@ -101,7 +101,7 @@
101101
{
102102
"name": "imageHeight",
103103
"in": "query",
104-
"description": "Height of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.",
104+
"description": "Height of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.",
105105
"schema": {
106106
"type": "number",
107107
"format": "float"
@@ -110,7 +110,7 @@
110110
{
111111
"name": "imageWidth",
112112
"in": "query",
113-
"description": "Width of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.",
113+
"description": "Width of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.",
114114
"schema": {
115115
"type": "number",
116116
"format": "float"
@@ -119,7 +119,7 @@
119119
{
120120
"name": "rotationAngle",
121121
"in": "query",
122-
"description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\r\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\r\nDefault value: 0.",
122+
"description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\nDefault value: 0.",
123123
"schema": {
124124
"type": "integer",
125125
"format": "int32"
@@ -255,12 +255,12 @@
255255
},
256256
"foregroundColor": {
257257
"type": "string",
258-
"description": "Specify the displaying bars and content Color.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: Black.",
258+
"description": "Specify the displaying bars and content Color.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: Black.",
259259
"default": "Black"
260260
},
261261
"backgroundColor": {
262262
"type": "string",
263-
"description": "Background color of the barcode image.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: White.",
263+
"description": "Background color of the barcode image.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: White.",
264264
"default": "White"
265265
},
266266
"units": {
@@ -270,22 +270,22 @@
270270
"maximum": 100000,
271271
"minimum": 1,
272272
"type": "number",
273-
"description": "Resolution of the BarCode image.\r\nOne value for both dimensions.\r\nDefault value: 96 dpi.\r\nDecimal separator is dot.",
273+
"description": "Resolution of the BarCode image.\nOne value for both dimensions.\nDefault value: 96 dpi.\nDecimal separator is dot.",
274274
"format": "float"
275275
},
276276
"imageHeight": {
277277
"type": "number",
278-
"description": "Height of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.",
278+
"description": "Height of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.",
279279
"format": "float"
280280
},
281281
"imageWidth": {
282282
"type": "number",
283-
"description": "Width of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.",
283+
"description": "Width of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.",
284284
"format": "float"
285285
},
286286
"rotationAngle": {
287287
"type": "integer",
288-
"description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\r\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\r\nDefault value: 0.",
288+
"description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\nDefault value: 0.",
289289
"format": "int32"
290290
}
291291
}
@@ -1237,7 +1237,7 @@
12371237
},
12381238
"foregroundColor": {
12391239
"type": "string",
1240-
"description": "Specify the displaying bars and content Color.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: Black.",
1240+
"description": "Specify the displaying bars and content Color.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: Black.",
12411241
"default": "Black",
12421242
"nullable": true,
12431243
"xml": {
@@ -1246,7 +1246,7 @@
12461246
},
12471247
"backgroundColor": {
12481248
"type": "string",
1249-
"description": "Background color of the barcode image.\r\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\r\nFor example: AliceBlue or #FF000000\r\nDefault value: White.",
1249+
"description": "Background color of the barcode image.\nValue: Color name from https://reference.aspose.com/drawing/net/system.drawing/color/ or ARGB value started with #.\nFor example: AliceBlue or #FF000000\nDefault value: White.",
12501250
"default": "White",
12511251
"nullable": true,
12521252
"xml": {
@@ -1260,7 +1260,7 @@
12601260
"maximum": 100000,
12611261
"minimum": 1,
12621262
"type": "number",
1263-
"description": "Resolution of the BarCode image.\r\nOne value for both dimensions.\r\nDefault value: 96 dpi.\r\nDecimal separator is dot.",
1263+
"description": "Resolution of the BarCode image.\nOne value for both dimensions.\nDefault value: 96 dpi.\nDecimal separator is dot.",
12641264
"format": "float",
12651265
"nullable": true,
12661266
"xml": {
@@ -1270,7 +1270,7 @@
12701270
},
12711271
"imageHeight": {
12721272
"type": "number",
1273-
"description": "Height of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.",
1273+
"description": "Height of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.",
12741274
"format": "float",
12751275
"nullable": true,
12761276
"xml": {
@@ -1280,7 +1280,7 @@
12801280
},
12811281
"imageWidth": {
12821282
"type": "number",
1283-
"description": "Width of the barcode image in given units. Default units: pixel.\r\nDecimal separator is dot.",
1283+
"description": "Width of the barcode image in given units. Default units: pixel.\nDecimal separator is dot.",
12841284
"format": "float",
12851285
"nullable": true,
12861286
"xml": {
@@ -1290,7 +1290,7 @@
12901290
},
12911291
"rotationAngle": {
12921292
"type": "integer",
1293-
"description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\r\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\r\nDefault value: 0.",
1293+
"description": "BarCode image rotation angle, measured in degree, e.g. RotationAngle = 0 or RotationAngle = 360 means no rotation.\nIf RotationAngle NOT equal to 90, 180, 270 or 0, it may increase the difficulty for the scanner to read the image.\nDefault value: 0.",
12941294
"format": "int32",
12951295
"nullable": true,
12961296
"xml": {

0 commit comments

Comments
 (0)