{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/EventGatewayClusterPolicyModify", "title": "EventGatewayClusterPolicyModify", "description": "The typed schema of the cluster policy to modify it.", "discriminator": { "propertyName": "type", "mapping": { "acls": "#/components/schemas/EventGatewayACLsPolicy" } }, "oneOf": [ { "$ref": "#/components/schemas/EventGatewayACLsPolicy" } ] }