Skip to content

Commit

Permalink
update regrex pattern for ff id & description (#958)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhiyuanliang-ms authored Sep 9, 2024
1 parent 117d7a4 commit 8344bbd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/FeatureManagement/FeatureFlag.v2.0.0.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"examples": [
"fancy-background"
],
"pattern": "^(.*)$"
"pattern": "^[^:%]*$"
},
"description": {
"$id": "#/properties/description",
Expand All @@ -27,7 +27,7 @@
"examples": [
"This will display a fancy background on the home page."
],
"pattern": "^[a-zA-Z0-9_\\-\\.]*$"
"pattern": "^(.*)$"
},
"display_name": {
"$id": "#/properties/display_name",
Expand Down

0 comments on commit 8344bbd

Please sign in to comment.