Skip to content

url

@tsed/schema

Usage

typescript
import { url } from "@tsed/schema";

See /packages/specs/schema/src/types/fn/url.ts.

Overview

ts
function url(): JsonSchema;

Description

Declare a new string model with format: url.

See JsonSchema to discover available methods.

Released under the MIT License.