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 - 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.