Skip to content

Commit

Permalink
adding type descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
Cesar Hernandez committed Mar 26, 2019
1 parent fd69ce9 commit 22e4440
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3247,15 +3247,15 @@
},
"sleep": {
"type": "object",
"description": "A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default."
"description": "A delay in seconds between validation attempts. If no value is specified, 10 seconds will be used as the default. Type: integer (or Expression with resultType integer)."
},
"minimumSize": {
"type": "object",
"description": "Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified."
"description": "Can be used if dataset points to a file. The file must be greater than or equal in size to the value specified. Type: integer (or Expression with resultType integer)."
},
"childItems": {
"type": "object",
"description": "Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty."
"description": "Can be used if dataset points to a folder. If set to true, the folder must have at least one file. If set to false, the folder must be empty. Type: boolean (or Expression with resultType boolean)."
},
"dataset": {
"description": "Validation activity dataset reference.",
Expand Down

0 comments on commit 22e4440

Please sign in to comment.