Skip to content

Provide JSON schema for deploy CLI config files #732

Open
@stabai

Description

@stabai

Checklist

Describe the problem you'd like to have solved

When working with the JSON files exported by the deploy CLI, it's hard to know what fields and values are valid/required/etc.

Describe the ideal solution

It would be great if a JSON schema for these types were provided.

Ideally, the schema would be published to something like JSON Schema Store so that editors can automatically detect them via glob patterns. Alternatively/additionally, the export functionality of the CLI could write in a $schema URL for each file it exports, so that editors can use this information to validate the file.

Alternatives and current workarounds

I was unable to find a JSON schema definition. If only that were available, this would already be a huge step forward as users could wire it up to their editors manually.

Additional context

No response

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions