interface ObjectSchemeable
implements SchemeableBase
import { type ObjectSchemeable } from "https://deno.land/x/blocks@1.96.2/engine/schema/transform.ts";
Properties
optional
extends: Schemeable[]optional
default: JSONSchema7Typevalue: Record<string, { title?: string; schemeable: Schemeable; jsDocSchema?: JSONSchema7; required: boolean; }>