Skip to content
Merged
Prev Previous commit
Next Next commit
Fixing Config Object to allow freeform dictionary
  • Loading branch information
debugthings committed May 6, 2019
commit 3adf0cd5a308f942814c0c0c2778d1579dbc0fd3
Original file line number Diff line number Diff line change
Expand Up @@ -314,11 +314,12 @@
"description": "Serialized JSON object for detailed properties"
},
"ValidateOnly": {
"type": "boolean",
"description": "Boolean indicating validate only"
"type": "string",
"description": "True or false string indicating validate only"
},
"WorkItemProperties": {
"type": "array",
"type": "object",
"additionalProperties" : "string",
"description": "Custom work item properties"
}
}
Expand Down