schema.json 322 B

12345678910111213141516
  1. {
  2. "$schema": "http://json-schema.org/schema",
  3. "$id": "ionicNgAdd",
  4. "title": "Ionic Add options",
  5. "type": "object",
  6. "properties": {
  7. "project": {
  8. "type": "string",
  9. "description": "The name of the project.",
  10. "$default": {
  11. "$source": "projectName"
  12. }
  13. }
  14. },
  15. "required": []
  16. }