Skip to content

Data passed to evaluation endpoint cannot be an array #65

Description

@bzp99

The data model in the API module defines the input body of the evaluate request to have two mandatory fields: requirement (a data quality requirement definition) and data.

data is meant to be an arbitrary JSON piece but currently it’s typed as JsonObject, which is { ... } in Kotlin. Needs to be JsonElement, that’s the generic JSON thing superclass.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions