-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
long-termMay take a while to resolve, e.g., solution is a steady task (scout rule).May take a while to resolve, e.g., solution is a steady task (scout rule).maintenanceNot a bug, but should be done.Not a bug, but should be done.
Description
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
long-termMay take a while to resolve, e.g., solution is a steady task (scout rule).May take a while to resolve, e.g., solution is a steady task (scout rule).maintenanceNot a bug, but should be done.Not a bug, but should be done.