{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/LogStreamEventGridSink", "title": "LogStreamEventGridSink", "type": "object", "additionalProperties": false, "required": [ "azureSubscriptionId", "azureRegion", "azureResourceGroup" ], "properties": { "azureSubscriptionId": { "type": "string", "description": "Subscription ID", "pattern": "^[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}$" }, "azureRegion": { "$ref": "#/components/schemas/LogStreamEventGridRegionEnum" }, "azureResourceGroup": { "type": "string", "description": "Resource Group" }, "azurePartnerTopic": { "type": "string", "description": "Partner Topic" } } }