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/repo.json

12 lines
318 B
JSON

{
"repo_name":"${Name}",
"origin":"Origin for the ${Name} Gem Repository",
"repo_uri": "${RepoURI}",
"summary": "A Gem Repository with a single Gem in the root of the repository.",
"additional_info": "Additional info for ${Name}",
"last_updated": "",
"gems": [
"${RepoURI}"
]
}