It rollback to the previous implementation since we need to use _#schema.
If you need some context: _#schema is a union between the schema and the _join value. We need this _join value to merge any extra information to the user's schemas (for example, validators).
For any reason, Cuetsy didn't like this union and it was unable to find the extends for the interfaces. We decided to split _#schema values temporally and merge them later to make it works. Finally we have a fix in Cuetsy to make it works.
It rollback to the previous implementation since we need to use
_#schema
.If you need some context:
_#schema
is a union between theschema
and the_join
value. We need this_join
value to merge any extra information to the user's schemas (for example, validators).For any reason,
Cuetsy
didn't like this union and it was unable to find the extends for the interfaces. We decided to split_#schema
values temporally and merge them later to make it works. Finally we have a fix inCuetsy
to make it works.