jsonSchemaOf

Generate the JSON Schema for T with compile-time-known settings.

Identical to the runtime overload, except that requesting inlineSubschemas for a recursive type is rejected with a static assert naming the offending type, rather than throwing at runtime.

  1. JsonNode jsonSchemaOf(GeneratorSettings settings)
  2. JsonNode jsonSchemaOf()
    @safe
    jsonSchemaOf
    (
    T
    )
    ()