Closed crast closed 8 years ago
When we have schemas that reference schemas in a different packages, you use the full dotted path name to reference the type.
Support these paths during schema import.
Also, as an addition, support the alternate syntax for specifying a type {"type": "CustomType"} just for completeness.
{"type": "CustomType"}
Merged, thanks!
When we have schemas that reference schemas in a different packages, you use the full dotted path name to reference the type.
Support these paths during schema import.
Also, as an addition, support the alternate syntax for specifying a type
{"type": "CustomType"}
just for completeness.