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

composeExtensions canUpdateConfiguration property typ is an array of [boolean, null] - can it be just boolean? #235

Open
steved0x opened this issue Aug 9, 2024 · 0 comments

Comments

@steved0x
Copy link
Contributor

steved0x commented Aug 9, 2024

"canUpdateConfiguration": {

I am working on automating the reference documentation for these types, and I encountered this one. Could it be just boolean with a default of false? What is the meaning of the 3rd null state if it isn't true/false? The current reference documentation just says "boolean".

Thank you,
Steve

"canUpdateConfiguration": {
    "type": [
        "boolean",
        "null"
    ],
    "description": "A value indicating whether the configuration of a compose extension can be updated by the user.",
    "default": "null"
},
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