{
  "$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--vm-env-subschema.json",
  "title": "mlos_bench VMEnv config",
  "description": "Config instance for a mlos_bench VMEnv",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/environments/remote/vm-env-subschema.json",
    "sourceSha256": "3bbaa2bc70dc1e8c40401949576b45aec5509dba88b6b15fb06250ed1e60b6c5"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.environments.remote.VMEnv",
        "mlos_bench.environments.remote.vm_env.VMEnv"
      ]
    },
    "config": {
      "type": "object",
      "$comment": "NOTE: there aren't currently any additional properties accepted by the VMEnv.",
      "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"
  ]
}
