Skip to content
Prev Previous commit
Next Next commit
fix indentation
  • Loading branch information
eshaparmar committed Sep 11, 2017
commit 3fd4e20161e3ba5584138ae56b1bb85e13a788be
Original file line number Diff line number Diff line change
Expand Up @@ -1449,11 +1449,11 @@
},
"extensionHandler": {
"type": "array",
"description": "Gets or sets the list of extensionHandler."
"items": {
"$ref": "#/definitions/DscNodeExtensionHandlerAssociationProperty"
}
}
"description": "Gets or sets the list of extensionHandler."
"items": {
"$ref": "#/definitions/DscNodeExtensionHandlerAssociationProperty"
}
}
},
"allOf": [
{
Expand Down Expand Up @@ -1536,17 +1536,17 @@
},
"description": "The dsc nodeconfiguration property associated with the entity."
},
"DscNodeExtensionHandlerAssociationProperty": {
"DscNodeExtensionHandlerAssociationProperty": {
"properties": {
"name": {
"type": "string",
"description": "Gets or sets the name of the extension handler."
},
"version": {
"type": "string",
"description": "Gets or sets the version of the extension handler."
}
},
"version": {
"type": "string",
"description": "Gets or sets the version of the extension handler."
}
},
"description": "The dsc extensionHandler property associated with the node"
},
"DscNodeListResult": {
Expand Down