interface LazySchemaimport { type LazySchema } from "https://dotland.deno.dev/x/live@1.107.0/engine/schema/lazy.ts"; Propertiesvalue: Promise<Schemas>Calculates the schema when its first accessed. It is thread-safe, so you can call multiple times. revision: Promise<string>The revision of the schema. It is used to invalidate the cache.