project.json 718 B

12345678910111213141516171819202122232425
  1. {
  2. "project_name": "RobotVacuumSample",
  3. "project_id": "{9ed699a2-4b64-468e-ad9c-9cff6c0dfd3f}",
  4. "origin": "https://github.com/o3de/RobotVacuumSample",
  5. "license": "https://opensource.org/licenses/Apache-2.0 Or https://opensource.org/licenses/MIT etc.",
  6. "display_name": "RobotVacuumSample",
  7. "summary": "Demo of a Robot Vacuum using the O3DE Loft Scene.",
  8. "canonical_tags": [
  9. "Project"
  10. ],
  11. "user_tags": [
  12. "RobotVacuumSample"
  13. ],
  14. "icon_path": "preview.png",
  15. "engine": "o3de",
  16. "external_subdirectories": [
  17. "Gem"
  18. ],
  19. "restricted": "RobotVacuumSample",
  20. "gem_names": [
  21. "ROS2",
  22. "ArchVis"
  23. ],
  24. "engine_version": "2.1.0"
  25. }