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