model.ListMockRulesByPage schema from Dubbo Admin API
{ "$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.-list-mock-rules-by-page-schema.json", "title": "model.ListMockRulesByPage", "description": "model.ListMockRulesByPage schema from Dubbo Admin API", "type": "object", "properties": { "content": { "type": "array", "items": { "$ref": "#/definitions/model.MockRule" } }, "total": { "type": "integer" } } }