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
For the v5 we improved our metadata model and added separation between the model and static descriptors. Even though it has been done Metadata class is still quite complex and hard to understand. We need to simplify it.
Review the dereferenced descriptors model (the metadata_descriptor_path/initial API); After the model/descriptor separation it will stop working anyway
Simplify/improve the way we deal with default values (the defined API)
The text was updated successfully, but these errors were encountered:
Overview
For the v5 we improved our metadata model and added separation between the model and static descriptors. Even though it has been done
Metadata
class is still quite complex and hard to understand. We need to simplify it.Implementation
metadata_descriptor_path/initial
API); After the model/descriptor separation it will stop working anywaydefined
API)The text was updated successfully, but these errors were encountered: