Home
Overview
Fundamentals
Glossary
Cheatsheet
API Reference
Quick Recipes
Deep Dive
Common Pitfalls and Gotchas
Persistent Storage
SchemaItem is a DataItem representing a Koda Schema.
SchemaItem.get_item_schema(self) -> SchemaItemReturns the item schema of a List schema`.
SchemaItem.get_key_schema(self) -> SchemaItemReturns the key schema of a Dict schema`.
SchemaItem.get_nofollowed_schema(self) -> DataItemNo description
SchemaItem.get_value_schema(self) -> SchemaItemReturns the value schema of a Dict schema`.
SchemaItem.new(self, **attrs) -> DataSlice | ExprReturns a new Entity with this Schema.
SchemaItem.strict_new(self, **attrs) -> DataSlice | ExprReturns a new Entity with this Schema, checks for missing attributes.