LIVR icon indicating copy to clipboard operation
LIVR copied to clipboard

Language Independent Validation Rules Specification

Results 22 LIVR issues
Sort by recently updated
recently updated
newest added

In some cases, accepting unknown fields is acceptable. The closest rule I found for that on LIVR is `any_object`, but that is too inflexible. If I want an object with...

Hi! I forked the vlbaluk java implementation, and fix some rule, create javax annotation validator and publish the maven central repository. Can you add it to docs and playground? Link:...

Hello, Just saw the link to this on HN - and from the syntax description, it seems that this project is only intended to validate JSON? The documentation does not...

Hello! Could you, please, describe or provide some example of how can I validate nested data structure (parent->children->children and so on)? Can't figure the best way without repeating the same...

Hi there 👍 I'm currently working on the LIVR Swift validator. The most part is done and it's just left some of the modifiers and aliasing rules. I'm also following...

It would be useful to have a validation rule for `modulo 10` (and quite likely other check-digit verification algorithms, though this issue is limited to modulo 10). My specific use...

Текущая версия LIVR имеет один недостаток, первая реализация была сделана на базе JavaScript в следствии этого правила допускают неявное преобразование типов. Предлагаю дополнить правила строгим набором, в котором были бы...

Core members: @fuksito @asholok @Prots @erlangbureau @vlbaluk @maktwin @fperrad @k33nice @DanielHreben @pterolex Here are several ideas: 1. I am going to tests to core test suite for checking the correctness...