RicoSuter/NSwag
View on GitHubMake ExtensionData available in Typescript client generator templates
Open
#2947 opened on Jul 9, 2020
help wantedtype: enhancement
Description
Could you please make ExtensionData also available in NJsonSchema.CodeGeneration.TypeScript.Models.EnumTemplateModel (like NJsonSchema.CodeGeneration.CSharp.Models.EnumTemplateModel, see #1436)
I'm missing the following property (and its population):
public IDictionary<string, object> ExtensionData => _schema.ExtensionData;
I would like to access the {{ ExtensionData["x-enumDescriptions"] }} field in my custom liquid template.