diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 698affa9..255c68f1 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -371,7 +371,14 @@ }, "sha256": {"$ref": "#/$defs/sha256sum"}, "in_subdir": { - "type": "boolean" + "anyOf": [ + { + "type": "boolean" + }, + { + "type": "integer" + } + ] }, "prefetch": { "type": "boolean"