12345678910111213141516 |
- {
- "$schema": "http://json-schema.org/draft-07/schema",
- "$id": "angular-cdk-ng-add",
- "title": "Angular CDK ng-add",
- "type": "object",
- "properties": {
- "project": {
- "type": "string",
- "description": "The name of the project.",
- "$default": {
- "$source": "projectName"
- }
- }
- },
- "required": []
- }
|