Skip to content

Move artifact schema validation into submission-worker #10

@frawleykid

Description

@frawleykid

Currently, artifact-submit-action does input validation of submitted artifacts. However, it would be best practice for that input validation to live closer to the database, to ensure invalid data does not end up in the database.

If feasible, that input validation should be moved into submission-worker, which can then return the proper error message over its HTTP endpoint in the case of an invalid artifact.

Also see #9.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    Status

    Backlog

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions