Closed
Description
AWS publishes JSON Schema documents for its events that include custom formats for non-string types.
e.g.
"lastModifiedTime": {
"format": "int64",
"type": "integer"
}
These custom formats generate parsing errors in fjs when not defined, but are not used when they are defined.
See full schema for S3 events attached.