JsonSchemaReferenceUtilities
Provides utilities to resolve and set JSON schema references.
Converts JSON references ($ref) to property references.
Converts property references to JSON references ($ref).
Updates the SchemaReferencePath properties
from the available SchemaReference properties.
public static Task UpdateSchemaReferencesAsync(object rootObject, JsonReferenceResolver referenceResolver)
Updates all SchemaReference properties from the
available SchemaReferencePath properties.