-
-
Notifications
You must be signed in to change notification settings - Fork 61
Open
Description
Support for $ref as text was added before. But ideally these $ref are deserialized into pointers to other structs or something like that.
The deserialization should fail if the ref does not point to any known point.
To validate if a ref exist in the doc I'm doing this really really terrible code:
https://github.com/JordiPolo/oatool/blob/master/src/main.rs#L26
If real support is added, then all this code disappears as a non-proper ref would cause deserialization error.
matusf
Metadata
Metadata
Assignees
Labels
No labels