In JSON Schema 2020-12 `type` keyword can be one of the following values or list of these value: ``` "null", "boolean", "object", "array", "number", or "string" ``` The goal of this issue is to provide linting rule of `type `Error`, when `null` without quotes is used. Refs https://github.com/swagger-api/apidom/issues/2481