UNPKG

@hyperjump/json-schema

Version:

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

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