gem.json 1019 B

1234567891011121314151617181920
  1. {
  2. "gem_name": "AtomSampleViewerGem",
  3. "display_name": "AtomSampleViewerGem",
  4. "license": "What license AtomSampleViewerGem uses goes here: i.e. Apache-2.0 or MIT",
  5. "license_url": "Link to the license web site goes here: i.e. https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT",
  6. "origin": "The name of the originator goes here. i.e. XYZ Inc.",
  7. "origin_url": "The primary repo for AtomSampleViewerGem goes here: i.e. http://www.mydomain.com",
  8. "type": "Code",
  9. "summary": "A short description of AtomSampleViewerGem goes here.",
  10. "canonical_tags": [
  11. "Gem"
  12. ],
  13. "user_tags": [
  14. "AtomSampleViewerGem"
  15. ],
  16. "icon_path": "preview.png",
  17. "requirements": "Notice of any requirements AtomSampleViewerGem has goes here. i.e. This requires X other gem",
  18. "documentation_url": "Link to any documentation of AtomSampleViewerGem goes here: i.e. https://o3de.org/docs/user-guide/gems/reference/design/white-box/",
  19. "dependencies": []
  20. }