Skip to content

issues Search Results · repo:icebob/fastest-validator language:JavaScript

Filter by

200 results
 (66 ms)

200 results

inicebob/fastest-validator (press backspace or delete to remove)

Despite being perfectly valid versions, UUIDv7 and UUIDv8 are flagged as invalid by the uuid type validator. The UUID validator and types needs to be updated to properly take those two versions into account. ...
  • Freezystem
  • Opened 
    on Apr 30
  • #352

The documentaiton is ambiguous about the difference between `type and $$type. For example this test on enum: it( allows enums in a nested schema , () = { const check = v.compile({type: object , value: ...
  • fugufish
  • 1
  • Opened 
    on Sep 8, 2024
  • #348

Hi! I encountered incorrect validation of an array of objects. Code: const Validator = require( fastest-validator ); const v = new Validator(); const schema = { $$root: true, type: array , items: ...
  • PetrChalov
  • 1
  • Opened 
    on Aug 14, 2024
  • #347

Hi, I really appreciate your library and have used it ever since I found out about it (roughly a year). However, I encountered an issue. When I tried to compile the following code, I get the error below, ...
  • TimiBolu
  • 7
  • Opened 
    on May 24, 2024
  • #344

Hi - Is it possible to automatically generate schema from TS Interface or Type ? Or is there any future plans for it ?
  • imyounas
  • 2
  • Opened 
    on May 22, 2024
  • #343

hello everyone, i have a question with fast validator. when i full declaration: full_name: {type: string, label: Full Name } then message error: The Full Name field is required, but then shorthand declaration: ...
  • vandungbk92
  • Opened 
    on May 13, 2024
  • #342

hey there i am trying to set min length of a variable to 10 but the result i am getting is below phoneNumber: { type: number , positive: true, integer: true, min: 10, optional: false }, my validator and ...
  • mhdaslam790
  • 1
  • Opened 
    on Oct 29, 2023
  • #340

Is it possible to add some metas in the schemas / rules ? like : dot: { $$metas: { openapiName: dot }, $$type: object , x: number , // object props here ...
enhancement
help wanted
  • thib3113
  • 5
  • Opened 
    on Oct 3, 2023
  • #338

Quite often, when developing an API, there is a need to work with time, the most popular input data format with this approach is ISO 8601 ( 2018-11-13T20:20:39+00:00), it would be great to add validation ...
enhancement
  • DonVietnam
  • 6
  • Opened 
    on Sep 19, 2023
  • #337

I am using electron-vite quick start boilerplate and there is this meta tag: index.html: meta http-equiv= Content-Security-Policy content= default-src self ; script-src self ; style-src ...
  • alishefaee
  • 1
  • Opened 
    on Aug 28, 2023
  • #336
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue search results · GitHub