File tree Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Expand file tree Collapse file tree 1 file changed +18
-18
lines changed Original file line number Diff line number Diff line change 351
351
"minLength" : 1
352
352
},
353
353
"implementation_scope" : {
354
- "$ref" : " #/$defs /implementation_scope"
354
+ "$ref" : " /schemas /implementation_scope"
355
355
}
356
356
},
357
357
"required" : [
363
363
" tags"
364
364
]
365
365
},
366
- "implementation_scope" : {
366
+ "implementation_scope" : {
367
367
"$id" : " /schemas/implementation_scope" ,
368
- "type" : " object" ,
369
- "properties" : {
370
- "description" : {
371
- "kind" : " string"
372
- },
373
- "items" : {
374
- "type" : " array" ,
375
- "items" : {
376
- "type" : " string"
377
- }
378
- }
379
- },
380
- "required" : [
381
- " description"
382
- ],
383
- "additionalProperties" : false
368
+ "type" : " object" ,
369
+ "properties" : {
370
+ "description" : {
371
+ "kind" : " string"
372
+ },
373
+ "items" : {
374
+ "type" : " array" ,
375
+ "items" : {
376
+ "type" : " string"
377
+ }
384
378
}
379
+ },
380
+ "required" : [
381
+ " description"
382
+ ],
383
+ "additionalProperties" : false
384
+ }
385
385
}
386
386
}
You can’t perform that action at this time.
0 commit comments