GetQualifiedAliases method

Extracts fully-qualified aliases from a named schema.
Signature
protected virtual System.Collections.Generic.ICollection<string> GetQualifiedAliases (System.Text.Json.JsonElement element, string scope);

Parameters

JsonElement element
To be added.
string scope
To be added.

Return type

ICollection<string>
To be added.
Chr.Avro