Skip to content

Commit

Permalink
Update FeatureFlag.v2.0.0.schema.json (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
mrm9084 authored Sep 4, 2024
1 parent a7f3188 commit 83c29b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Schema/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 83c29b7

Please sign in to comment.