Skip to content

Commit

Permalink
Note the possible presence of href under idlExtendedNames too
Browse files Browse the repository at this point in the history
  • Loading branch information
tidoust committed Feb 20, 2024
1 parent eef757a commit 173adc7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion schemas/postprocessing/idlparsed.json
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
}
}
}
Expand Down

0 comments on commit 173adc7

Please sign in to comment.