Expand description
Configuration Key
Enumsยง
- Config
Key ๐Configuration key
Staticsยง
- FRONTEND_
DEFAULT ๐Frontend default configuration. - FRONTEND_
IP_ ๐DEFAULT Frontend specific configuration. - FRONTEND_
SCHEMA ๐Frontend schema from API specification. - Frontend schema validator.
Functionsยง
- default_
validator ๐Create a default JSON validator as a fallback This should not fail since it is hard coded - load_
json_ ๐lazy Helper function to convert a JSON string to a JSON value. - schema_
validator ๐Helper function to create a JSON validator from a JSON schema. If the schema is invalid, a default JSON validator is created.