{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://catalog.lintel.tools/schemas/schemastore/mlos-config-mlos-jsonc-mlos-json5-mlos-json/_shared/latest--local-exec-service-subschema.json",
  "title": "mlos_bench Mock LocalExec Service config",
  "description": "config for an mlos_bench Mock LocalExec Service",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/services/local/local-exec-service-subschema.json",
    "sourceSha256": "eaebc0898c822fac68e8c04f3cdb13e3bdd7bf678e32159d32f945f2f9f36a76"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.services.LocalExecService",
        "mlos_bench.services.local.LocalExecService",
        "mlos_bench.services.local.local_exec.LocalExecService"
      ]
    },
    "config": {
      "type": "object",
      "allOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/mlos-config-mlos-jsonc-mlos-json5-mlos-json/_shared/latest--common-defs-subschemas.json#/$defs/temp_dir_config"
        },
        {
          "properties": {
            "abort_on_error": {
              "description": "Whether or not to abort immediately when a script line returns an errorcode.",
              "type": "boolean"
            }
          }
        }
      ],
      "unevaluatedProperties": false
    }
  },
  "required": [
    "class"
  ]
}
