UNPKG

@tsed/schema

Version:
11 lines (10 loc) 291 B
import { JsonFormatTypes } from "../domain/JsonFormatTypes.js"; import { string } from "./string.js"; /** * Declare a new string model with `format: url`. * * See @@JsonSchema@@ to discover available methods. */ export function url() { return string().format(JsonFormatTypes.URL); }