Skip to content

Commit

Permalink
[pre-commit.ci] auto fixes from pre-commit.com hooks
Browse files Browse the repository at this point in the history
for more information, see https://pre-commit.ci
  • Loading branch information
pre-commit-ci[bot] committed Dec 20, 2024
1 parent 08641fa commit 7571966
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/schemas/json/catalog-info.json
Original file line number Diff line number Diff line change
Expand Up @@ -967,7 +967,9 @@
"url": {
"type": "string",
"description": "A url in a standard uri format.",
"examples": ["https://github.com/my-org/my-new-repo"],
"examples": [
"https://github.com/my-org/my-new-repo"
],
"minLength": 1
},
"entityRef": {
Expand Down

0 comments on commit 7571966

Please sign in to comment.