File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -429,6 +429,8 @@ components:
429429 type : boolean
430430 description : " This parameter is used to enable authenticity checks"
431431 # default: true
432+ checkAuthFilter :
433+ $ref : " #/components/schemas/CheckAuthFilter"
432434 authParams :
433435 $ref : ' #/components/schemas/AuthParams'
434436 mrzDetectMode :
@@ -662,30 +664,44 @@ components:
662664 type : boolean
663665 description : " This parameter is used to enable OVI check"
664666 # default: true
667+ checkOVIFilter :
668+ $ref : " #/components/schemas/CheckAuthFilter"
665669 checkMLI :
666670 type : boolean
667671 description : " This parameter is used to enable MLI check"
668672 # default: true
673+ checkMLIFilter :
674+ $ref : " #/components/schemas/CheckAuthFilter"
669675 checkHolo :
670676 type : boolean
671677 description : " This parameter is used to enable Hologram detection"
672678 # default: true
679+ checkHoloFilter :
680+ $ref : " #/components/schemas/CheckAuthFilter"
673681 checkED :
674682 type : boolean
675683 description : " This parameter is used to enable Electronic device detection"
676684 # default: true
685+ checkEDFilter :
686+ $ref : " #/components/schemas/CheckAuthFilter"
677687 checkBlackAndWhiteCopy :
678688 type : boolean
679689 description : " This parameter is used to enable Black and white copy check"
680690 # default: true
691+ checkBlackAndWhiteCopyFilter :
692+ $ref : " #/components/schemas/CheckAuthFilter"
681693 checkDynaprint :
682694 type : boolean
683695 description : " This parameter is used to enable Dynaprint check"
684696 # default: true
697+ checkDynaprintFilter :
698+ $ref : " #/components/schemas/CheckAuthFilter"
685699 checkGeometry :
686700 type : boolean
687701 description : " This parameter is used to enable Geometry check"
688702 # default: true
703+ checkGeometryFilter :
704+ $ref : " #/components/schemas/CheckAuthFilter"
689705
690706 MeasureSystem :
691707 title : " MeasureSystem"
You can’t perform that action at this time.
0 commit comments