blob: 4f965a05e6438d397b983097347a0f52198600c1 [file] [log] [blame]
{
"$schema": "http://json-schema.org/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": []
}