WXL
4 天以前 4d9da000fbe74d344e0e4580b138e79d4ad98ede
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)