Extras
Generating JSON Schema dynamically
Overview
Instructor has a built-in support for generating JSON Schema from
dynamic objects with Structure
class.
This is useful when the data model is built during runtime or defined by your app users.
Structure
helps you flexibly design and modify data models that
can change with every request or user input and allows you to generate
JSON Schema for them.