{ "$schema": "https://json-structure.org/meta/core/v0/#", "name": "Stream Connections Limiting", "type": "object", "members": { "passed": { "description": "The total number of connections that were neither limited nor accounted as limited.", "type": "int32", "example": 0 }, "rejected": { "description": "The total number of connections that were rejected.", "type": "int32", "example": 0 }, "rejected_dry_run": { "description": "The total number of connections accounted as rejected in the dry run mode.", "type": "int32", "example": 0 } }, "example": { "passed": 15, "rejected": 0, "rejected_dry_run": 2 } }