ORNL / DataFed

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

Schema: Support external schema references to local definitions #656

Closed dvstans closed 3 years ago

dvstans commented 3 years ago

When using $ref to refer to either an internal or external schema, reference to JSON pointer to sub documents must be supported. For example:

Internal: "$ref" : "#/definitions/sub-schema" External: "$ref" : "my-schema:1#/some/path/sub-schema"

dvstans commented 3 years ago

Implemented.