Skip to content

Commit

Permalink
Closes #615
Browse files Browse the repository at this point in the history
Change CloudEvent to AvroCloudEvent

Signed-off-by: Fabio José <fabiojose@gmail.com>
  • Loading branch information
fabiojose committed May 4, 2020
1 parent 541e790 commit e81d8ab
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions spec.avsc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"namespace":"io.cloudevents",
"type":"record",
"name":"CloudEvent",
"name":"AvroCloudEvent",
"version":"1.0",
"doc":"Avro Event Format for CloudEvents",
"fields":[
Expand Down Expand Up @@ -31,7 +31,7 @@
"boolean",
{
"type": "record",
"name": "CloudEventData",
"name": "AvroCloudEventData",
"doc": "Representation of a JSON Value",
"fields": [
{
Expand All @@ -41,8 +41,8 @@
"values": [
"null",
"boolean",
{ "type": "map", "values": "CloudEventData" },
{ "type": "array", "items": "CloudEventData" },
{ "type": "map", "values": "AvroCloudEventData" },
{ "type": "array", "items": "AvroCloudEventData" },
"double",
"string"
]
Expand All @@ -54,7 +54,7 @@
"string"
]
},
{ "type": "array", "items": "CloudEventData" },
{ "type": "array", "items": "AvroCloudEventData" },
"double",
"string"
]
Expand Down

0 comments on commit e81d8ab

Please sign in to comment.