Skip to content

Custom formats for non-string types #108

Closed
@n2N8Z

Description

@n2N8Z

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.

[email protected]

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions