model.StringMatch 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.-string-match-schema.json", "title": "model.StringMatch", "description": "model.StringMatch schema from Dubbo Admin API", "type": "object", "properties": { "empty": { "type": "string" }, "exact": { "type": "string" }, "noempty": { "type": "string" }, "prefix": { "type": "string" }, "regex": { "type": "string" }, "wildcard": { "type": "string" } } }