
| Property Name | Type | Description |
|---|---|---|
| name | string |
A String value
The name of the project..
|
| ejected | boolean | ejected |
"project": {
"type": "object",
"description": "The global configuration of the project.",
"additionalProperties": false,
"properties": {
"name": {
"type": "string",
"description": "The name of the project."
},
"ejected": {
"type": "boolean",
"description": "Whether or not this project was ejected.",
"default": false
}
}
}