{
  "$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--temp-dir-context-service-subschema.json",
  "title": "mlos_bench TempDirContextService Service config",
  "description": "config for an mlos_bench TempDirContextService Service",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/services/local/temp-dir-context-service-subschema.json",
    "sourceSha256": "f3a1b61f449894fb48b3b207a10fbd1d9dabb09b6ffe3608a37013a6ce7577da"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.services.local.temp_dir_context.TempDirContextService"
      ]
    },
    "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"
  ]
}
