{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/apicentral._._", "title": "apicentral.{resource}.{action}", "type": "object", "description": "Published when a Central resource is created/updated/removed.", "x-context": "api_central", "allOf": [ { "$ref": "#/components/schemas/EventDataCentral" } ], "properties": { "group": { "type": "string", "example": "example_value" } } }