{
  "$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--mock-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/mock/mock-local-exec-service-subschema.json",
    "sourceSha256": "a93713ec937f7f405e60ca4cae6b1bc8b25a8f2d48e0494db6b95bd7e14fe9d4"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.tests.services.local.mock.mock_local_exec_service.MockLocalExecService"
      ]
    },
    "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"
        }
      ],
      "unevaluatedProperties": false
    }
  },
  "required": [
    "class",
    "config"
  ]
}
