diff --git a/Schema/FeatureManagement.v1.0.0.schema.json b/Schema/FeatureManagement.v1.0.0.schema.json index 2cd3b02..ddf9adb 100644 --- a/Schema/FeatureManagement.v1.0.0.schema.json +++ b/Schema/FeatureManagement.v1.0.0.schema.json @@ -14,7 +14,7 @@ "title": "Feature Management", "description": "Declares feature management configuration.", "additionalProperties": { - "$ref": "https://github.com/microsoft/FeatureManagement/blob/c5fab16dbf1450dce0bbfe7c4207da735ff31916/Schema/FeatureFlag.v1.1.0.schema.json" + "$ref": "https://raw.githubusercontent.com/microsoft/FeatureManagement/c5fab16dbf1450dce0bbfe7c4207da735ff31916/Schema/FeatureFlag.v1.1.0.schema.json" } } } diff --git a/Schema/FeatureManagement.v2.0.0.schema.json b/Schema/FeatureManagement.v2.0.0.schema.json index a2f3e71..cee0900 100644 --- a/Schema/FeatureManagement.v2.0.0.schema.json +++ b/Schema/FeatureManagement.v2.0.0.schema.json @@ -23,7 +23,7 @@ "title": "Feature Flags", "description": "Declares feature flags based on Microsoft Feature Flag schema.", "items": { - "$ref": "https://github.com/microsoft/FeatureManagement/blob/c5fab16dbf1450dce0bbfe7c4207da735ff31916/Schema/FeatureFlag.v2.0.0.schema.json" + "$ref": "https://raw.githubusercontent.com/microsoft/FeatureManagement/c5fab16dbf1450dce0bbfe7c4207da735ff31916/Schema/FeatureFlag.v2.0.0.schema.json" } } }