File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change 22
22
"properties" : {
23
23
"version" : {
24
24
"description" : " The QR Code version: [1...40]" ,
25
- "type" : " number " ,
25
+ "type" : " integer " ,
26
26
"minimum" : 1 ,
27
27
"maximum" : 40
28
28
},
53
53
"properties" : {
54
54
"size" : {
55
55
"description" : " The side length of the QR symbol, excluding the quiet zone (version * 4 + 17). [21...177]" ,
56
- "type" : " number " ,
56
+ "type" : " integer " ,
57
57
"minimum" : 21 ,
58
58
"maximum" : 177
59
59
},
60
60
"quietzoneSize" : {
61
61
"description" : " The size of the quiet zone (margin around the QR symbol)." ,
62
- "type" : " number " ,
62
+ "type" : " integer " ,
63
63
"minimum" : 0
64
64
},
65
65
"maskPattern" : {
66
66
"description" : " The detected mask pattern that was used to mask this matrix. [0...7]." ,
67
- "type" : " number " ,
67
+ "type" : " integer " ,
68
68
"minimum" : 0 ,
69
69
"maximum" : 7
70
70
},
71
71
"width" : {
72
72
"description" : " The total width of the matrix, including the quiet zone." ,
73
- "type" : " number " ,
73
+ "type" : " integer " ,
74
74
"minimum" : 21
75
75
},
76
76
"height" : {
77
77
"description" : " The total height of the matrix, including the quiet zone." ,
78
- "type" : " number " ,
78
+ "type" : " integer " ,
79
79
"minimum" : 21
80
80
},
81
81
"rows" : {
97
97
"properties" : {
98
98
"y" : {
99
99
"description" : " The 'y' (vertical) coordinate of this row." ,
100
- "type" : " number " ,
100
+ "type" : " integer " ,
101
101
"minimum" : 0
102
102
},
103
103
"modules" : {
You can’t perform that action at this time.
0 commit comments