fastmcp.utilities.json_schema_type
json_schema_to_type
schema
: A JSON Schema dictionary defining the type structure and validation rulesname
: Optional name for object schemas. Only allowed when schema type is “object”.
If not provided for objects, name will be inferred from schema’s “title”
property or default to “Root”.ValueError
: If a name is provided for a non-object schemaJSONSchema