Skip to content

RFE: Allow to extend properties in leaf nodes #78

@rgordill

Description

@rgordill

Hi.

I used the values.schema.json for a tool that creates a form to fill the values. It expects something like:

        "properties": {
            "size": {
                "type": "string",
                "title": "Volume Size",
                "form": true,
                "render": "slider",
                "sliderMin": 1,
                "sliderMax": 2048,
                "sliderUnit": "Gi"
            }

But the properties annotation will create a nested properties in the size property, not the extra "form", "render", etc. It would be extreme useful for this use case to provide a way to define them through annotations.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions