As noted by eg. the team behind workbox, currently it's not supported to use a schema that's typed with Ajv's JSONSchemaType when sending in a schema to this module.
Since it does work in practice, would it be possible to set a more liberal type definition for the schema arg, so that the JSONSchemaType can be accepted as well?
As noted by eg. the team behind workbox, currently it's not supported to use a schema that's typed with Ajv's
JSONSchemaTypewhen sending in a schema to this module.Since it does work in practice, would it be possible to set a more liberal type definition for the
schemaarg, so that theJSONSchemaTypecan be accepted as well?