Skip to content

JSON Schema for Lithops configuration for IDE autocompletion #721

@ephod

Description

@ephod

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions