Fork me on GitHub
#schema
<
2016-12-27
>
lboliveira16:12:58

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

lboliveira16:12:51

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

lboliveira16:12:35

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