Skip to main content
Module

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

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

type

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