python-lapidary/lapidary

Consider accepting types specified at run-time

rafalkrupinski opened this issue · 1 comments

Use case:
One of the types has a property that's defined as

user-data:
    additionalProperties: true

The actual type of that data is known at runtime

If possible, design a way to provide a type so that the property value is returned as a class instance

Out of scope - lapidary-base might do it at some point