diff --git a/schemas/manifest.v2.schema.json b/schemas/manifest.v2.schema.json index 4831e0a0..e4f10ab3 100644 --- a/schemas/manifest.v2.schema.json +++ b/schemas/manifest.v2.schema.json @@ -294,9 +294,10 @@ }, "additional_urls": { "type": "array", - "items": { - "type": "string" - } + "items": {"$ref": "#/$defs/path_absolute"} + }, + "label": { + "type": "string" } } }