Skip to content

Commit

Permalink
Revert "Add notification comment to the constant for 'type' field"
Browse files Browse the repository at this point in the history
This reverts commit f4cd3eb
  • Loading branch information
kalinindenys committed Dec 16, 2019
1 parent f4cd3eb commit 76d7768
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module_utils/fdm_swagger_client.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ class SpecProp:

class PropName:
ENUM = 'enum'
TYPE = 'type' # Not present since FTD 6.6.0 release
TYPE = 'type'
REQUIRED = 'required'
INVALID_TYPE = 'invalid_type'
REF = '$ref'
Expand Down

0 comments on commit 76d7768

Please sign in to comment.