components/elements/BodyText/schema.jsjavascript
/** Content-block contract of the "bodyText" element (pattern: StoryTitle/schema.js). */
export default {
type: "bodyText",
region: "content",
required: ["text"],
properties: {
text: { type: "string" },
},
};