--- import type { WithContext, Thing } from "schema-dts"; type Props = { readonly schema: WithContext; }; const { schema } = Astro.props; const json = JSON.stringify(schema); ---