Skip to content

Lazy retrieval of Schemas #277

@Pfeil

Description

@Pfeil

This is affecting the dev-v3 branch only.

We currently get a set of schemas, and one has to work to make the validation succeed. This means, in the worst case, we have one HTTP request too much. This is currently not an issue. But if retrieving/creating a schema would get more expensive, or we support more types of schemas, this overhead will grow.

A solution would be some kind of lazy retrieval of schemas. Only get the second, if the first did not succeed with the given value.

Metadata

Metadata

Assignees

No one assigned

    Labels

    long-termMay take a while to resolve, e.g., solution is a steady task (scout rule).maintenanceNot a bug, but should be done.

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions