Skip to content

uri

@tsed/schema

Usage

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

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

Overview

ts
function uri(): JsonSchema;

Description

Declare a new string model with format: uri.

See JsonSchema to discover available methods.

Released under the MIT License.