Skip to content

Commit cbf281e

Browse files
committed
oops! forgot schemas
1 parent 2b5c4de commit cbf281e

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

modules/importer/schema/importer.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -533,6 +533,15 @@
533533
"type": "null"
534534
}
535535
]
536+
},
537+
"concurrency": {
538+
"description": "The maximum concurrent repository fetches",
539+
"type": [
540+
"integer",
541+
"null"
542+
],
543+
"format": "uint",
544+
"minimum": 0
536545
}
537546
},
538547
"required": [

xtask/schema/generate-dump.json

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -547,6 +547,15 @@
547547
"type": "null"
548548
}
549549
]
550+
},
551+
"concurrency": {
552+
"description": "The maximum concurrent repository fetches",
553+
"type": [
554+
"integer",
555+
"null"
556+
],
557+
"format": "uint",
558+
"minimum": 0
550559
}
551560
},
552561
"required": [

0 commit comments

Comments
 (0)