Best-effort schema auto-translator: Usage

Hi All

I want to use best-effort schema auto-translator to convert my custom plugin from 0.14 to 1.0 version

Does any one have clear steps to use the auto-translator module?

Hi,

The schema auto-translator is here. It is automatically triggered upon detection of an old schema. If you want to leverage it, keep your old schema, and if the auto-translator library cannot translate it, it will let you know with an error.

Keep in mind that the new schema library is largely superior, and quite a few examples can be used as inspiration in our Core Entities until we document it properly:

1 Like

Thanks @thibaultcha . I have also created the schema based on the core entities implemented in kong

I could see new schema working.