Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

RFE: Allow to extend properties in leaf nodes #78

Open
rgordill opened this issue Nov 19, 2024 · 1 comment
Open

RFE: Allow to extend properties in leaf nodes #78

rgordill opened this issue Nov 19, 2024 · 1 comment

Comments

@rgordill
Copy link

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.

@rgordill
Copy link
Author

It seems similar to the CustomAnnotations, but not just for "x-" ones.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant