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