{ "type": "object", "name": "PlatformEventSchemabyEventName", "properties": { "name": { "type": "string" }, "namespace": { "type": "string" }, "type": { "type": "string" }, "fields": { "type": "array", "description": "", "items": { "type": "object", "properties": { "name": { "type": "string" }, "type": { "type": "object" } }, "required": [ "name", "type" ] } } }, "required": [ "name", "namespace", "type", "fields" ], "$schema": "https://json-structure.org/draft/2020-12/schema" }