Skip to main content
Module

x/fun/json_schema.ts>JsonSchemaDate

A collection of algebraic data types, lenses, and schemables based on a light weight higher kinded type implementation. Written for deno.
Latest
type alias JsonSchemaDate
import { type JsonSchemaDate } from "https://deno.land/x/fun@v2.0.0/json_schema.ts";

Represents string Date in JSON Schema

definition: { readonly type: "string"; readonly format: "date"; }