diff --git a/src/JsonSchema/UmbracoJsonSchemaGenerator.cs b/src/JsonSchema/UmbracoJsonSchemaGenerator.cs index c259512f34..e0293a1e1a 100644 --- a/src/JsonSchema/UmbracoJsonSchemaGenerator.cs +++ b/src/JsonSchema/UmbracoJsonSchemaGenerator.cs @@ -46,9 +46,6 @@ namespace JsonSchema JObject schema = JsonConvert.DeserializeObject(result)!; - // TODO: when "UmbracoPath" is removed from the from the official schema store, remove this line as well - (schema.Root["definitions"]?["umbracoGlobal"]?["properties"] as JObject)?.Remove(nameof(GlobalSettings.UmbracoPath)); - return schema; }