interface ObjectSchemeable implements SchemeableBaseimport { type ObjectSchemeable } from "https://dotland.deno.dev/x/live@1.63.12/engine/schema/transform.ts"; Propertiestype: "object"optionalextends: Schemeable[]optionaltitle: stringvalue: Record<string, { title?: string; schemeable: Schemeable; jsDocSchema?: JSONSchema7; required: boolean; }>