Skip to content

Commit dc29100

Browse files
authored
Update schema: public address, no schema version (#33)
* change the address to be the public one rather than a private Azure DevOps repo; * remove the schema version, because the JSON Schema library I'm targeting for the next upgrade fails to parse the schema if I specify the version.
1 parent 5f8fa49 commit dc29100

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

featureflags.schema.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
{
2-
"$schema": "http://json-schema.org/draft-07/schema#",
3-
"$id": "https://onebranch.visualstudio.com/Build/_git/Powershell-FeatureFlags?path=%2Ffeatureflags.schema.json",
2+
"$id": "https://raw.githubusercontent.com/microsoft/PowerShell-FeatureFlags/main/featureflags.schema.json",
43
"title": "Feature Flags Schema",
54
"description": "Describes a schema for the Powershell-FeatureFlags configuration file.",
65
"type": "object",
@@ -107,4 +106,4 @@
107106
}
108107
}
109108
}
110-
}
109+
}

0 commit comments

Comments
 (0)