Skip to content

Commit

Permalink
update legacy uri
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasVHG committed Oct 29, 2024
1 parent 0d09474 commit 0b6c71f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions common-string-uri-legacy.json
Original file line number Diff line number Diff line change
@@ -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"
}

0 comments on commit 0b6c71f

Please sign in to comment.