Skip to main content

Schema

{
  "type": "object",
  "required": [
    "eventType",
    "schemaId"
  ],
  "properties": {
    "eventType": {
      "type": "string"
    },
    "schemaId": {
      "type": "string"
    },
    "producerServices": {
      "type": "array",
      "items": {
        "type": "string"
      }
    }
  }
}