Skip to main content
Using Deno in production at your company? Earn free Deno merch.
Give us feedback
Module

x/live/engine/schema/schemeable.ts>schemeableToJSONSchema

Git-based Visual CMS for Deno, </> htmx and Tailwind apps. Deploy on any Deno-compatible host.
Latest
variable schemeableToJSONSchema
import { schemeableToJSONSchema } from "https://deno.land/x/live@1.74.1/engine/schema/schemeable.ts";

type

(
genId: (s: Schemeable) => string | undefined,
def: Record<string, JSONSchema7>,
ischemeable: Schemeable,
seen?: Map<string, boolean>,
) => [Record<string, JSONSchema7>, JSONSchema7]