Skip to content

Commit

Permalink
Remove @format uri restriction due to exclude case.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jul 3, 2024
1 parent 91aaf00 commit 6afb456
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions src/OpenApi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -311,8 +311,6 @@ export namespace OpenApi {

/**
* The URL pointing to the contact information.
*
* @format uri
*/
url?: string;

Expand Down Expand Up @@ -342,8 +340,6 @@ export namespace OpenApi {

/**
* A URL to the license used for the API.
*
* @format uri
*/
url?: string;
}
Expand All @@ -355,8 +351,6 @@ export namespace OpenApi {
export interface IServer {
/**
* A URL to the target host.
*
* @format uri
*/
url: string;

Expand Down

0 comments on commit 6afb456

Please sign in to comment.