{ "$schema": "http://json-schema.org/draft-07/schema", "$id": "SchematicsAngularEnvironment", "title": "Angular Environments Options Schema", "type": "object", "additionalProperties": false, "description": "Generates and configures environment files for a project.", "properties": { "project": { "type": "string", "description": "The name of the project.", "$default": { "$source": "projectName" } } }, "required": ["project"] }