You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Templates/GemRepo/Template/gem.json

20 lines
776 B
JSON

{
"gem_name": "${Name}Gem",
"display_name": "${Name}Gem",
"license": "What license ${Name}Gem uses goes here: i.e. Apache-2.0 Or MIT",
"license_url": "",
"origin": "The primary repo for ${Name}Gem goes here: i.e. http://www.mydomain.com",
"summary": "A short description of ${Name}Gem which is zipped up in an archive named gem.zip in the root of the Gem Repo. Though not required, it is recommended that the sha256 of the gem.zip file should be placed in the sha256 field of this gem.json so the download can be verified.",
"origin_uri": "${RepoURI}/gem.zip",
"sha256": "",
"type": "Code",
"canonical_tags": [
"Gem"
],
"user_tags": [
"${Name}Gem"
],
"icon_path": "preview.png",
"requirements": ""
}