You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The generated schemas seem to list path as a required property under the template module.
This is wrong.
In fact, the template module doesn't even have a path property.
Instead, the required properties are src and dest.
- Enum values now allow string values as well to support templating
- Internal modules are not inspected using argspec
- Add support for playbooks (validates under the - task key)
- Add support for nested blocks (preliminary)
Fixes#6#7#8
The generated schemas seem to list
path
as a required property under thetemplate
module.This is wrong.
In fact, the
template
module doesn't even have apath
property.Instead, the required properties are
src
anddest
.This seems to cause redhat-developer/vscode-yaml#181 (because this generator has been used to create SchemaStore/schemastore#666)
The text was updated successfully, but these errors were encountered: