You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schema.__getitem__() implementation to get a schema field programmatically.
Schema.get_all_fields() to recursively get all the fields and nested fields from a schema.
Changed
The Schema fields are now stored in an OrderedDict so that the original order that the fields
were added to the Schema is preserved when tterating over the Schema's fields, via iter() or
the new get_all_fields().