mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
RETURNS can include version_added (#25810)
This commit is contained in:
parent
9c849d5c94
commit
5551e87755
2 changed files with 7 additions and 0 deletions
|
@ -64,6 +64,7 @@ def return_schema(data):
|
|||
Required('description'): Any(list, *string_types),
|
||||
Required('returned'): Any(*string_types),
|
||||
Required('type'): Any('string', 'list', 'boolean', 'dict', 'complex', 'bool', 'float', 'int', 'dictionary', 'str'),
|
||||
'version_added': Any(float, *string_types),
|
||||
'sample': Any(None, list, dict, int, float, *string_types),
|
||||
'example': Any(None, list, dict, int, float, *string_types)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue