To correct an old schema by hand, one would have to extract all verbs from their respective groups and add them to a global "verbs" key in the schema, removing the old "groups" key.
Essential verbs have kept their structure, but you will have to make sure that the additionalLrs key exists.
The resulting schema would thus have this structure:
After uploading the updated schema, the groups have to be created manually.
To automate this process, one could upload the old provider schema in an older version of polaris (pre-1.0.1) and then run all the remaining migrations including `providers/migrations/0008_verb_remove_providerschema_essential_verbs_and_more.py`.