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

Nested object types don't seem to work #11

Open
whitfiea opened this issue May 2, 2020 · 0 comments
Open

Nested object types don't seem to work #11

whitfiea opened this issue May 2, 2020 · 0 comments

Comments

@whitfiea
Copy link

whitfiea commented May 2, 2020

For properties like https://docs.ansible.com/ansible/latest/modules/k8s_module.html#parameter-wait_condition the schema generated for the wait_condition property is being defined as string:

"wait_condition": {
     "type": "string",
     "description": "Specifies a custom condition on the status to wait for. Ignored if C(wait) is not set or is set to False."
}

when I believe it should be an object with properties.

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