{
  "type": "object",
  "properties": {
    "androidNdkPath": {
      "type": "string"
    },
    "angular": {
      "type": "boolean",
      "default": false
    },
    "chunk": {
      "type": "string"
    },
    "chunks": {
      "type": "array",
      "items": {
        "type": "string"
      }
    },
    "projectRoot": {
      "type": "string"
    },
    "webpackConfig": {
      "type": "object"
    },
    "targetArchs": {
      "type": "array",
      "items": {
        "type": "string",
        "enum": [
          "arm",
          "arm64",
          "ia32",
          "ia64"
        ]
      }
    },
    "useLibs": {
      "type": "boolean",
      "default": false
    },
    "snapshotInDocker": {
      "type": "boolean"
    },
    "skipSnapshotTools": {
      "type": "boolean",
      "default": false
    },
    "v8Version": {
      "type": "string"
    },
    "requireModules": {
      "type": "array",
      "default": []
    },
    "includeApplicationCss": {
      "type": "boolean",
      "default": true
    }
  },
  "required": [
    "projectRoot",
    "webpackConfig"
  ],
  "additionalProperties": false
}