diff --git a/common-string-uri-legacy.json b/common-string-uri-legacy.json index 8c45c61..dc87aaa 100644 --- a/common-string-uri-legacy.json +++ b/common-string-uri-legacy.json @@ -1,13 +1,10 @@ { "title": "uri", - "x-stoplight": { - "id": "vliuwr4sud397" - }, "description": "A URI with the HTTP or HTTPS protocol.", "type": "string", - "format": "uri", "pattern": "^http[s]?:\\/\\/\\w|^$", "examples": [ "https://www.example.com" - ] + ], + "format": "legacy-uri" } \ No newline at end of file