@forge/manifest 5.5.1 → 5.5.2-next.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +6 -0
- package/out/schema/manifest-schema.json +0 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -11799,7 +11799,6 @@
|
|
|
11799
11799
|
"items": {
|
|
11800
11800
|
"properties": {
|
|
11801
11801
|
"homeUrl": {
|
|
11802
|
-
"format": "uri",
|
|
11803
11802
|
"type": "string",
|
|
11804
11803
|
"fieldDescription": "\n\nURL to the provider's homepage\n\n"
|
|
11805
11804
|
},
|
|
@@ -11853,7 +11852,6 @@
|
|
|
11853
11852
|
"fieldDescription": "\n\nOptional actions that can be performed by Jira users on the remote link\n\n"
|
|
11854
11853
|
},
|
|
11855
11854
|
"logoUrl": {
|
|
11856
|
-
"format": "uri",
|
|
11857
11855
|
"type": "string",
|
|
11858
11856
|
"fieldDescription": "\n\nOptional URL to the provider's logo, which will be displayed in the UI\n\n"
|
|
11859
11857
|
},
|