{
  "$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--host-env-subschema.json",
  "title": "mlos_bench HostEnv config",
  "description": "Config instance for a mlos_bench HostEnv",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/environments/remote/host-env-subschema.json",
    "sourceSha256": "dc25a6e8ffc59e37814738a0981c02718cf1ad8ae853b417828c4d343c0cc14e"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.environments.remote.HostEnv",
        "mlos_bench.environments.remote.host_env.HostEnv"
      ]
    },
    "config": {
      "type": "object",
      "$comment": "NOTE: there aren't currently any additional properties accepted by the HostEnv.",
      "allOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/mlos-config-mlos-jsonc-mlos-json5-mlos-json/_shared/latest--common-environment-subschemas.json#/$defs/common_environment_config"
        }
      ],
      "unevaluatedProperties": false
    }
  },
  "$comment": "NOTE: We only list unique properties here. Others are inherited from the leaf-environment-subschema.json. Additionally, unevaluatedProperties handling is dealt with elsewhere.",
  "required": [
    "class"
  ]
}
