jsonSchemaDialect2020_12 constant

String const jsonSchemaDialect2020_12

Canonical JSON Schema dialect for tool inputSchema / outputSchema and elicitation requestedSchema when the negotiated revision is 2025-11-25+ (SEP-1613). A schema that omits $schema is interpreted against this dialect; existing schemas that declare their own $schema are left untouched.

Implementation

static const String jsonSchemaDialect2020_12 =
    "https://json-schema.org/draft/2020-12/schema";