### Describe the bug ``` export const formatIs = (expectedFormat: string): Tester => schemaMatches( schema => !isEmpty(schema) && schema.format === expectedFormat && schema.type === 'string' ); ``` ### Expected behavior Should support nulls `type: ['string', 'null']` ### Steps to reproduce the issue N/A ### Screenshots _No response_ ### In which browser are you experiencing the issue? N/A ### Framework Core ### RendererSet _No response_ ### Additional context _No response_