{
    "$schema": "../../../../../node_modules/@nx/node/src/generators/application/schema.json",
    "cli": "nx",
    "$id": "CloudflarePagesProject",
    "type": "object",
    "properties": {
        "name": {
            "type": "string",
            "description": "The name of the project you want to add the Cloudflare pages deploy target to",
            "$default": {
                "$source": "argv",
                "index": 0
            },
            "x-prompt": "What is the name of the project?"
        },
        "projectName": {
            "type": "string",
            "description": "The name of the project on cloudflare if this differs from the NX project name"
        }
    },
    "required": ["name"]
}
