{
  "$schema": "http://json-schema.org/schema",
  "$id": "CloudflarePagesIntegration",
  "title": "",
  "type": "object",
  "properties": {
    "project": {
      "type": "string",
      "description": "Project for the integration to be added",
      "$default": {
        "$source": "argv",
        "index": 0
      }
    },
    "skipFormat": {
      "description": "Skip formatting files.",
      "type": "boolean",
      "default": false
    }
  },
  "required": ["project"]
}
