{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/IntegrationResourceEvents", "title": "IntegrationResourceEvents", "description": "Defines the event types for a given resource type belonging to the integration that will be ingested in the catalog.\n\n\n\n - Keys are the machine-readable, globally unique names of resource types registered by this integration.\n - Values are the event type definition.\n", "type": "object", "additionalProperties": { "$ref": "#/components/schemas/IntegrationResourceEvent" } }