| ======================= | |
| schema | |
| ======================= | |
| `@schema` is a function modifier that allows you to specify a schema for the | |
| function's inputs/outputs. This can be used to validate data at runtime, visualize, etc... | |
| **Reference Documentation** | |
| .. autoclass:: hamilton.function_modifiers.schema | |
| :members: output |