GeneratorSettings.emitSchemaKeyword

Emit "$schema": "https://json-schema.org/draft/2020-12/schema" at the root. Off by default: generated schemas are usually embedded (e.g. as a tool inputSchema) where the dialect is implied.

struct GeneratorSettings
bool emitSchemaKeyword;