1
0

TestIntegration_Bootstrap-CreateServices 235 B

12345678910111213
  1. services
  2. {
  3. "services": [
  4. {
  5. "description": "Main project for alpha development",
  6. "name": "Project Alpha"
  7. },
  8. {
  9. "description": "Secondary project for beta testing",
  10. "name": "Project Beta"
  11. }
  12. ]
  13. }