MCP TypeScript SDK
    Preparing search index...

    Type Alias JsonSchemaType

    JsonSchemaType: JSONSchema.Interface

    JSON Schema type definition (JSON Schema Draft 2020-12)

    This uses the object form of JSON Schema (excluding boolean schemas). While true and false are valid JSON Schemas, this SDK uses the object form for practical type safety.

    Re-exported from json-schema-typed for convenience.