Apache Dubbo · Schema

model.MockRule

model.MockRule schema from Dubbo Admin API

ApacheGoJavaMicroservicesOpen-SourceRPCService DiscoveryService Mesh

Properties

Name Type Description
enable boolean
id integer
methodName string
rule string
serviceName string
View JSON Schema on GitHub

JSON Schema

dubbo-admin-model.-mock-rule-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/apache-dubbo/refs/heads/main/json-schema/dubbo-admin-model.-mock-rule-schema.json",
  "title": "model.MockRule",
  "description": "model.MockRule schema from Dubbo Admin API",
  "type": "object",
  "properties": {
    "enable": {
      "type": "boolean"
    },
    "id": {
      "type": "integer"
    },
    "methodName": {
      "type": "string"
    },
    "rule": {
      "type": "string"
    },
    "serviceName": {
      "type": "string"
    }
  }
}