All Downloads are FREE. Search and download functionalities are using the official Maven repository.

o.kogito-addons-marshallers-avro.1.42.0.Final.source-code.spec.avsc Maven / Gradle / Ivy

There is a newer version: 2.44.0.Alpha
Show newest version
{
  "namespace":"io.cloudevents",
  "type":"record",
  "name":"CloudEvent",
  "version":"1.0",
  "doc":"Avro Event Format for CloudEvents",
  "fields":[
    {
      "name":"attribute",
      "type":{
        "type":"map",
        "values":[
          "null",
          "boolean",
          "int",
          "string",
          "bytes"
        ]
      }
    },
    {
      "name": "data",
      "type": [
        "bytes",
        "null",
        "boolean",
        {
          "type": "map",
          "values": [
            "null",
            "boolean",
            {
              "type": "record",
              "name": "CloudEventData",
              "doc": "Representation of a JSON Value",
              "fields": [
                {
                  "name": "value",
                  "type": {
                    "type": "map",
                    "values": [
                      "null",
                      "boolean",
                      { "type": "map", "values": "CloudEventData" },
                      { "type": "array", "items": "CloudEventData" },
                      "int",
                      "double",
                      "string"
                    ]
                  }
                }
              ]
            },
            "int",
            "double",
            "string"
          ]
        },
        { "type": "array", "items": "CloudEventData" },
        "double",
        "string"
      ]
    }
  ]
}





© 2015 - 2025 Weber Informatics LLC | Privacy Policy