Skip to content

Commit 63cf8fd

Browse files
authored
chore: make documented URLs optional (#591)
This makes documented replacements have an optional URL rather than it being required. Most or all documented replacements are part of a mapping which itself has the unified documentation (of all replacements for that mapping). So we don't really need to repeat the same URL per replacement.
1 parent de825ef commit 63cf8fd

3 files changed

Lines changed: 14 additions & 153 deletions

File tree

manifest-schema.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,7 @@
124124
"required": [
125125
"id",
126126
"replacementModule",
127-
"type",
128-
"url"
127+
"type"
129128
],
130129
"additionalProperties": false
131130
},

0 commit comments

Comments
 (0)