File tree Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Expand file tree Collapse file tree 1 file changed +16
-16
lines changed Original file line number Diff line number Diff line change 160
160
"required" : [" name" ],
161
161
"additionalProperties" : false
162
162
},
163
+ "Release" : {
164
+ "description" : " Browser release information" ,
165
+ "type" : " object" ,
166
+ "properties" : {
167
+ "version" : {
168
+ "description" : " The version string, as in \" 10\" or \" 17.1\" " ,
169
+ "type" : " string"
170
+ },
171
+ "date" : {
172
+ "description" : " The release date, as in \" 2023-12-11\" " ,
173
+ "type" : " string"
174
+ }
175
+ },
176
+ "required" : [" version" , " date" ],
177
+ "additionalProperties" : false
178
+ },
163
179
"Status" : {
164
180
"type" : " object" ,
165
181
"properties" : {
224
240
}
225
241
]
226
242
},
227
- "Release" : {
228
- "description" : " Browser release information" ,
229
- "type" : " object" ,
230
- "properties" : {
231
- "version" : {
232
- "description" : " The version string, as in \" 10\" or \" 17.1\" " ,
233
- "type" : " string"
234
- },
235
- "date" : {
236
- "description" : " The release date, as in \" 2023-12-11\" " ,
237
- "type" : " string"
238
- }
239
- },
240
- "required" : [" version" , " date" ],
241
- "additionalProperties" : false
242
- },
243
243
"SnapshotData" : {
244
244
"type" : " object" ,
245
245
"properties" : {
You can’t perform that action at this time.
0 commit comments