diff --git a/common-string-uri-legacy.json b/common-string-uri-legacy.json new file mode 100644 index 0000000..db8fb86 --- /dev/null +++ b/common-string-uri-legacy.json @@ -0,0 +1,13 @@ +{ + "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" + ] +} \ No newline at end of file