{
  "$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--mock-fileshare-service-subschema.json",
  "title": "mlos_bench Mock FileShare Service config",
  "description": "config for an mlos_bench Mock FileShare Service",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/services/remote/mock/mock-fileshare-service-subschema.json",
    "sourceSha256": "062e7decb99160dc22da6c3dfd12a87d7a303e31559a476189dac9905f9fbcc5"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.tests.services.remote.mock.mock_fileshare_service.MockFileShareService"
      ]
    },
    "config": {
      "properties": {
        "fileShareName": {
          "type": "string"
        }
      },
      "required": [
        "fileShareName"
      ],
      "unevaluatedProperties": false,
      "type": "object"
    }
  },
  "required": [
    "class",
    "config"
  ]
}
