diff --git a/_docs/release-notes/rn-json-schema-generation.md b/_docs/release-notes/rn-json-schema-generation.md index 5ea9d98..64027ba 100644 --- a/_docs/release-notes/rn-json-schema-generation.md +++ b/_docs/release-notes/rn-json-schema-generation.md @@ -56,7 +56,7 @@ Add .Net 9.0 support. [#768](https://github.com/gregsdennis/json-everything/issues/768) - Added two ways to allow external references. Thanks to [@luisjones](https://github.com/luisjones) for suggesting the idea. - Added `[Id]` attribute -- Added `SchemaGenerationConfiguration.ExternalReferences` +- Added `SchemaGeneratorConfiguration.ExternalReferences` # [4.4.0](https://github.com/gregsdennis/json-everything/pull/770) {#release-schemagen-4.4.0} diff --git a/_docs/schema/schemagen/schema-generation.md b/_docs/schema/schemagen/schema-generation.md index 132ef85..d6aa62b 100644 --- a/_docs/schema/schemagen/schema-generation.md +++ b/_docs/schema/schemagen/schema-generation.md @@ -181,7 +181,7 @@ Another way to apply references is through the configuration's `ExternalReferenc {: .prompt-warning } ```c# -var config = new SchemaGenerationConfiguration +var config = new SchemaGeneratorConfiguration { ExternalReferences = {