RequestedSchema
data class RequestedSchema(val schema: String? = null, val properties: Map<String, PrimitiveSchemaDefinition>, val required: List<String>? = null)(source)
A restricted JSON Schema for elicitation requests.
Only supports top-level primitive properties without nesting. Each property represents a field in the form or dialog presented to the user.