package
0.0.0-20230224195607-8a850223f1fb
Repository: https://github.com/rossmerr/jsonschema.git
Documentation: pkg.go.dev

# Packages

No description provided by the author

# Functions

WalkSchema, search down the entire schema looking for matching field or mapKey,.

# Constants

Continue iterating with no evaluation of the current field or key.
Match evaluate any field or key, will continue iterating after.
MatchReturn evaluate any field or key and then return up.
Return stop iterating and return up.

# Interfaces

No description provided by the author

# Type aliases

FieldFunc evaluate a struct field, value and its tags.
MapKeyFunc evaluate a map key and value.
No description provided by the author