Skip to content

Commit

Permalink
fix: remove pattern for ref property in localization.metadata.schema.…
Browse files Browse the repository at this point in the history
…json (#2582)

There is no point validating the ref if we don't validate the key.
  • Loading branch information
mrednic-1A authored Dec 12, 2024
2 parents e1f959b + 34ba147 commit 681ec8b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,7 @@
},
"ref": {
"type": "string",
"description": "Reference to a local localization",
"pattern": "^[^/]*$"
"description": "Reference to a local localization"
},
"description": {
"type": "string",
Expand Down

0 comments on commit 681ec8b

Please sign in to comment.