Skip to content

Commit

Permalink
Add vendor_logo_url in appliance schemas. Ref GNS3/gns3-registry#825
Browse files Browse the repository at this point in the history
  • Loading branch information
grossmj committed Oct 9, 2023
1 parent 10afb5a commit 3e71799
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions gns3/schemas/appliance.json
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@
"format": "uri",
"title": "Website of the vendor"
},
"vendor_logo_url": {
"type": "string",
"format": "uri",
"title": "Link to the vendor logo (used by the GNS3 marketplace)"
},
"documentation_url": {
"type": "string",
"format": "uri",
Expand Down
5 changes: 5 additions & 0 deletions gns3/schemas/appliance_v8.json
Original file line number Diff line number Diff line change
Expand Up @@ -592,6 +592,11 @@
"format": "uri",
"title": "Website of the vendor"
},
"vendor_logo_url": {
"type": "string",
"format": "uri",
"title": "Link to the vendor logo (used by the GNS3 marketplace)"
},
"documentation_url": {
"type": "string",
"format": "uri",
Expand Down

0 comments on commit 3e71799

Please sign in to comment.