Skip to content

Commit 536c713

Browse files
authored
chore: remove pattern. (SchemaStore#4776)
Co-authored-by: ya7010 <[email protected]>
1 parent dc6e8fd commit 536c713

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

src/schemas/json/schema-catalog.json

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,7 @@
2727
"url": {
2828
"description": "An absolute URL to the schema location",
2929
"type": "string",
30-
"format": "uri",
31-
"pattern": "^https://"
30+
"format": "uri"
3231
},
3332
"name": {
3433
"description": "The name of the schema",
@@ -43,8 +42,7 @@
4342
"description": "A set of specific version to schema mappings",
4443
"additionalProperties": {
4544
"type": "string",
46-
"format": "uri",
47-
"pattern": "^https://"
45+
"format": "uri"
4846
}
4947
}
5048
}

0 commit comments

Comments
 (0)