Skip to content
This repository has been archived by the owner on Jul 24, 2021. It is now read-only.

json validation cleanup, part 1 #1066

Merged
merged 7 commits into from Nov 19, 2020
Merged

Conversation

karenetheridge
Copy link
Contributor

phase 1 of cleaning up how we do JSON validation internally

We can just define our data in terms of the original strings.
Note: it is *not* correct to use default coercions within JSON::Validator, as
its usage violates the spec for how to apply annotations (for example, a
missing property cannot have an annotation and therefore cannot have a
default: default values must be specified at the object level for each
property, rather than in the individual properties' subschemas).
@karenetheridge karenetheridge added this to the v3.0.8 milestone Nov 19, 2020
@karenetheridge karenetheridge added this to To Do in Conch API Issues via automation Nov 19, 2020
@karenetheridge karenetheridge merged commit eaf84c1 into master Nov 19, 2020
Conch API Issues automation moved this from To Do to Done Nov 19, 2020
@karenetheridge karenetheridge deleted the ether/json-validation-cleanup1 branch November 19, 2020 18:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
Development

Successfully merging this pull request may close these issues.

None yet

1 participant