The type defined in your schema is not a valid schema type. Common culprits:
import/require from a different file, but the import declaration either references an incorrect name or the imported file does not have any export declarationundefined, null or false instead of the schema type declarationDouble check the types array of your schema declaration at the specified index to figure out where the error stems from.