{
  "$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--ssh-host-service-subschema.json",
  "title": "mlos_bench SSH Host Service config",
  "description": "config for an mlos_bench SSH Host Service",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/services/remote/ssh/ssh-host-service-subschema.json",
    "sourceSha256": "95e026cc674ed158b55c0aa226ff69e0f5379f089fb9113df4f18d7a4d24c224"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.services.remote.ssh.SshHostService",
        "mlos_bench.services.remote.ssh.ssh_host_service.SshHostService"
      ]
    },
    "config": {
      "allOf": [
        {
          "$ref": "https://catalog.lintel.tools/schemas/schemastore/mlos-config-mlos-jsonc-mlos-json5-mlos-json/_shared/latest--common-defs-subschemas.json#/$defs/ssh_service_config"
        },
        {
          "type": "object",
          "properties": {
            "ssh_shell": {
              "type": "string",
              "examples": [
                "/bin/bash",
                "/bin/sh"
              ]
            }
          }
        }
      ],
      "minProperties": 1,
      "unevaluatedProperties": false
    }
  },
  "required": [
    "class"
  ]
}
