schema

2016-12-27T16:29:58.000011Z

Is it possible to compose abstract-map-schema s?

2016-12-27T16:30:51.000013Z

I am trying to model an hierarchy that has more than 1 level. It is like to add one more layer to the site sample: https://github.com/plumatic/schema

2016-12-27T16:33:35.000014Z

Animal
            / \
           /   \
         Dog   Cat
         / \
        /   \
Labrador    Golden Retriever