Module key

Source
Expand description

Configuration Key

Enumsยง

ConfigKey ๐Ÿ”’
Configuration key

Staticsยง

FRONTEND_DEFAULT ๐Ÿ”’
Frontend default configuration.
FRONTEND_IP_DEFAULT ๐Ÿ”’
Frontend specific configuration.
FRONTEND_SCHEMA ๐Ÿ”’
Frontend schema from API specification.
FRONTEND_SCHEMA_VALIDATOR ๐Ÿ”’
Frontend schema validator.

Functionsยง

default_validator ๐Ÿ”’
Create a default JSON validator as a fallback This should not fail since it is hard coded
schema_validator ๐Ÿ”’
Helper function to create a JSON validator from a JSON schema. If the schema is invalid, a default JSON validator is created.