diff --git a/schemas/postprocessing/idlparsed.json b/schemas/postprocessing/idlparsed.json index 3c636ab4..52c24b53 100644 --- a/schemas/postprocessing/idlparsed.json +++ b/schemas/postprocessing/idlparsed.json @@ -48,7 +48,8 @@ "required": ["fragment", "type"], "properties": { "fragment": { "type": "string" }, - "type": { "$ref": "../common.json#/$defs/extensiontype" } + "type": { "$ref": "../common.json#/$defs/extensiontype" }, + "href": { "$ref": "../common.json#/$defs/url" } } } }