8000 Release Skip struct schema validation, simplify schema · garetht/amanar · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Skip struct schema validation, simplify schema

Compare
Choose a tag to compare
@garetht garetht released this 18 Jan 16:18
· 2 commits to master since this release
81b9271

This skips Go struct schema validation to simplify the JSON schema. This means that we rely on manual checking to detect dependencies between JSON types, such as when only one of two keys may be provided.

0