MarkdownStructuredDataDefinition
class MarkdownStructuredDataDefinition(id: String, schema: TextContentBuilder.() -> Unit, examples: TextContentBuilder.() -> Unit? = null) : StructuredDataDefinition(source)
Represents a specific definition of structured data that uses Markdown for its schema and example formatting. This class is part of a framework for constructing and handling structured data definitions through textual builders.
Constructors
Link copied to clipboard
constructor(id: String, schema: TextContentBuilder.() -> Unit, examples: TextContentBuilder.() -> Unit? = null)
Functions
Link copied to clipboard
Defines the structure of textual content using the provided TextContentBuilder.