Skip to content

Commit

Permalink
fix typo in avro spec
Browse files Browse the repository at this point in the history
Signed-off-by: Doug Davis <[email protected]>
  • Loading branch information
Doug Davis committed Aug 21, 2024
1 parent 25fa60b commit e1b4f2c
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 e1b4f2c

Please sign in to comment.