File tree 6 files changed +21
-6
lines changed
6 files changed +21
-6
lines changed Original file line number Diff line number Diff line change 61182
61182
},
61183
61183
"status": {
61184
61184
"description": "The networking status of the reader.",
61185
- "maxLength": 5000,
61185
+ "enum": [
61186
+ "offline",
61187
+ "online"
61188
+ ],
61186
61189
"nullable": true,
61187
61190
"type": "string"
61188
61191
}
Original file line number Diff line number Diff line change @@ -55376,7 +55376,9 @@ components:
55376
55376
type: string
55377
55377
status:
55378
55378
description: The networking status of the reader.
55379
- maxLength: 5000
55379
+ enum:
55380
+ - offline
55381
+ - online
55380
55382
nullable: true
55381
55383
type: string
55382
55384
required:
Original file line number Diff line number Diff line change 42020
42020
},
42021
42021
"status": {
42022
42022
"description": "The networking status of the reader.",
42023
- "maxLength": 5000,
42023
+ "enum": [
42024
+ "offline",
42025
+ "online"
42026
+ ],
42024
42027
"nullable": true,
42025
42028
"type": "string"
42026
42029
}
Original file line number Diff line number Diff line change 51270
51270
},
51271
51271
"status": {
51272
51272
"description": "The networking status of the reader.",
51273
- "maxLength": 5000,
51273
+ "enum": [
51274
+ "offline",
51275
+ "online"
51276
+ ],
51274
51277
"nullable": true,
51275
51278
"type": "string"
51276
51279
}
Original file line number Diff line number Diff line change @@ -46738,7 +46738,9 @@ components:
46738
46738
type: string
46739
46739
status:
46740
46740
description: The networking status of the reader.
46741
- maxLength: 5000
46741
+ enum:
46742
+ - offline
46743
+ - online
46742
46744
nullable: true
46743
46745
type: string
46744
46746
required:
Original file line number Diff line number Diff line change @@ -39478,7 +39478,9 @@ components:
39478
39478
type: string
39479
39479
status:
39480
39480
description: The networking status of the reader.
39481
- maxLength: 5000
39481
+ enum:
39482
+ - offline
39483
+ - online
39482
39484
nullable: true
39483
39485
type: string
39484
39486
required:
You can’t perform that action at this time.
0 commit comments