schema.json 340 B

12345678910111213141516
  1. {
  2. "$schema": "http://json-schema.org/draft-07/schema",
  3. "$id": "angular-cdk-ng-add",
  4. "title": "Angular CDK ng-add",
  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. }