Closed
Description
Description and expected behavior
I'm trying to create a plugin similar to the @zenstackhq/openapi
plugin. When I'm passing the meta object to the plugin in an object, I appear to be limited in key name types. Unlike others that ran into reserved word issues, this is much more general. The validator rejects key names if they are ints, strings, dashes, or start with $. I'm using strings because int's and dashes aren't valid keys.
Environment (please complete the following information):
- ZenStack version: 1.0.2
- Prisma version: 4.16.2
- Database type: Postgresql