Hello,
I've created a JSON Schema v4 which is compatible with the current Lithops YAML configuration file.
Hopefully this will help a lot of new users with the initial setup configuration of Lithops.
https://gist.github.com/ephod/2ae295f730d635936cb9061d5894ffdc
# ...
redis:
host: redislab.com
port: 6379
username: default
db: 0
password: foo
ssl: True
Default values have been included and also required properties.
There are certain keyword arguments which were not documented for Redis (StrictRedis is an alias for Redis). These suggestions make it compatible for managed Redis clusters with TLS certificates.
IDEs and text editors
JSON Schema Store
Hello,
I've created a JSON Schema v4 which is compatible with the current Lithops YAML configuration file.
Hopefully this will help a lot of new users with the initial setup configuration of Lithops.
https://gist.github.com/ephod/2ae295f730d635936cb9061d5894ffdc
Default values have been included and also required properties.
There are certain keyword arguments which were not documented for Redis (StrictRedis is an alias for Redis). These suggestions make it compatible for managed Redis clusters with TLS certificates.
IDEs and text editors
JSON Schema Store