Fix manifestv2 schema: resources.sources.*.in_subdir can also be an integer
This commit is contained in:
parent
5e12608fb1
commit
09b1e7130f
@ -371,8 +371,15 @@
|
|||||||
},
|
},
|
||||||
"sha256": {"$ref": "#/$defs/sha256sum"},
|
"sha256": {"$ref": "#/$defs/sha256sum"},
|
||||||
"in_subdir": {
|
"in_subdir": {
|
||||||
|
"anyOf": [
|
||||||
|
{
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
"type": "integer"
|
||||||
|
}
|
||||||
|
]
|
||||||
|
},
|
||||||
"prefetch": {
|
"prefetch": {
|
||||||
"type": "boolean"
|
"type": "boolean"
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user