{
  "$schema": "http://json-schema.org/schema",
  "type": "object",
  "properties": {
    "command": {
      "type": "string"
    },
    "buildScript": {
      "type": "string"
    },
    "listFilesOnly": {
      "type": "boolean"
    }
  }
}
