OptimumCode / json-schema-validator

The JSON schema validation library that works with https://github.com/Kotlin/kotlinx.serialization

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Enhancement: add fail-fast functionality for Flag output

OptimumCode opened this issue · comments

Is there an existing issue for this?

  • I have searched the existing issues

Enhancement description

When flag output is used once the first error appears there is no need to do remaining validations (because we already have a required answer)