danneberg
Results
1
comments of
danneberg
Have the Same Problem: ``` var schema = JsonSchema4.FromUrlAsync(@"https://schema.management.azure.com/schemas/2015-01-01/deploymentTemplate.json#").GetAwaiter().GetResult(); ``` Gets: ``` System.InvalidOperationException: 'Could not resolve the JSON path 'https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis' with the full JSON path 'https://schema.management.azure.com/schemas/2017-10-01/Microsoft.Cache.json#/resourceDefinitions/Redis'.' ```