Closed mottosso closed 10 years ago
Currently, type is inferred by name.
>>> Entry('name.string', parent=..)
Include optional flag, which overrides and inferred type.
>>> Entry('name', type='string', parent=...) >>> Entry('name.text', type='string', parent=...)
Both of these are of type 'string'
Currently, type is inferred by name.
Include optional flag, which overrides and inferred type.
Both of these are of type 'string'