UNPKG

@hyperjump/json-schema

Version:

A JSON Schema validator with support for custom keywords, vocabularies, and dialects

8 lines (5 loc) 186 B
import { isDate } from "@hyperjump/json-schema-formats"; export default { id: "https://json-schema.org/format/date", handler: (date) => typeof date !== "string" || isDate(date) };