{
  "$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-fileshare-service-subschema.json",
  "title": "mlos_bench SSH Fileshare Service config",
  "description": "config for an mlos_bench SSH Fileshare Service",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/services/remote/ssh/ssh-fileshare-service-subschema.json",
    "sourceSha256": "8bcfdaa79a82d996a46621da2bcc9519abf905bfe7c6b804601753b73e773a41"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.services.remote.ssh.SshFileShareService",
        "mlos_bench.services.remote.ssh.ssh_fileshare.SshFileShareService"
      ]
    },
    "config": {
      "$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",
      "minProperties": 1,
      "unevaluatedProperties": false
    }
  },
  "required": [
    "class"
  ]
}
