ORNL / DataFed

A Federated Scientific Data Management System
https://ornl.github.io/DataFed/
Other
18 stars 14 forks source link

Schema: Need to handle "$defs" in schema validation/query-builder #569

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

The UI currently uses a "resolved" schema representation for the query builder. The process of resolving replaces $refs with the actual referenced schema instance. $defs are not currently handled, but are essentially local refs.

dvstans commented 3 years ago

Fixed

dvstans commented 3 years ago

This is NOT fixed. Validation using local $defs works, but the query build throws an error when using such a schema.