# Functions
GetAllLocalSchemas returns all locally cached schemas to be added to a CachingLoader.
IsAnyValidAgainstJSONSchema validates a piece of JSON against a schema, returning an error if it is not valid.
IsValidAgainstJSONSchema validates a piece of JSON against a schema, returning an error if it is not valid.
IsValidJSON checks if a string is valid json https://stackoverflow.com/a/36922225.
IsValidJSONSchema returns an error if the schema is not a valid JSON Schema, nil otherwise.
LoadSchema loads a schema from the embedded filesystem and returns its contents as a json string.
NewCachingLoader returns a new CachingLoader that enables the ability to cache http and https schemas.
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
CachingLoader is a struct that holds local schemas.
# Type aliases
No description provided by the author