{
  "$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-auth-service-subschema.json",
  "title": "mlos_bench Mock Auth Service config",
  "description": "config for an mlos_bench Mock Auth Service",
  "x-lintel": {
    "source": "https://raw.githubusercontent.com/microsoft/MLOS/main/mlos_bench/mlos_bench/config/schemas/services/remote/mock/mock-auth-service-subschema.json",
    "sourceSha256": "7f869b75eaa5b9ffa42a8641807ef7f85ccba1c21f38910484a4b593d1dbb316"
  },
  "type": "object",
  "properties": {
    "class": {
      "enum": [
        "mlos_bench.tests.services.remote.mock.mock_auth_service.MockAuthService"
      ]
    },
    "config": {
      "type": "object",
      "properties": {},
      "required": [],
      "minProperties": 1,
      "unevaluatedProperties": false
    }
  },
  "required": [
    "class"
  ]
}
