WXL
2026-07-21 82107ee6861de080c1c2e73daf57322a6e68ecbe
node_modules/ajv/lib/core.ts
@@ -107,6 +107,7 @@
  timestamp?: "string" | "date" // JTD only
  parseDate?: boolean // JTD only
  allowDate?: boolean // JTD only
  specialNumbers?: "fast" | "null" // JTD only
  $comment?:
    | true
    | ((comment: string, schemaPath?: string, rootSchema?: AnySchemaObject) => unknown)