Skip to content

Commit

Permalink
Merge pull request #1308 from duglin/avro
Browse files Browse the repository at this point in the history
fix typo in avro spec
  • Loading branch information
duglin authored Aug 23, 2024
2 parents 25fa60b + e1b4f2c commit 04a47b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cloudevents/formats/avro-format.md
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,7 @@ The following table shows exemplary mappings:
| datacontenttype | string | `application/octet-stream` |
| dataschema | string | `http://registry.com/schema/v1/much.json` |
| subject | string | `mynewfile.jpg` |
| time | long | `2019-06-05T23:45:00Z` |
| time | string | `2019-06-05T23:45:00Z` |
| data | bytes | `[bytes]` |

## References
Expand Down

0 comments on commit 04a47b7

Please sign in to comment.