enhancementhelp wanted
Repository metrics
- Stars
- (3,302 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
A. A -> C, B -> C (schemas A and B both reference the schema C)
- give top level schemas
AandB, the namespaced schemaA.C, and an aliasB.C = A.C
B. A -> C, B -> C' (schema A references a schema C, and schema B references a different schema C that happens to have the same name)
- give top level schemas
AandB, and the namespaced schemasA.CandB.C
C. A -> C, A -> C' (schema A references two different schemas that both have the name C)
- give the top level schema
A, and the namespaced schemasA.CandA.C1