Voluptuous is very similar to the original schema library but comes with the benefit of validating the whole message and return all errors rather than throwing an error on the first failed validation.
Also included is raising warnings on unexpected keys in messages rather than failing validation.
Voluptuous is very similar to the original schema library but comes with the benefit of validating the whole message and return all errors rather than throwing an error on the first failed validation.
Also included is raising warnings on unexpected keys in messages rather than failing validation.
Signed-off-by: Daniel Bluhm daniel.bluhm@sovrin.org