Roger-luo / Configurations.jl

Options & Configurations made easy.
https://configurations.rogerluo.dev/stable
MIT License
80 stars 12 forks source link

support no check mode #59

Closed Roger-luo closed 2 years ago

Roger-luo commented 3 years ago

for some schema, we may only want to take the existing fields and ignore the rest instead of check if the payload is identical to the schema fields, e.g the BraketTaskInfo in AWSBraket package may only care about several existing fields and would prefer to ignore the rest instead of validate them.

Roger-luo commented 2 years ago

closed by #61