Skip to content
Prev Previous commit
Next Next commit
Correcting error DescriptionMustNotBeNodeName
  • Loading branch information
sonathan committed Aug 9, 2017
commit d26daee016d66299e2aa67136c42ff26c795867c
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@
"type": "object",
"properties": {
"name": {
"description": "Name",
"description": "Name of the log.",
"type": "string"
},
"displayName": {
Expand Down Expand Up @@ -489,7 +489,7 @@
}
},
"NextLink": {
"description": "NextLink",
"description": "NextLink of the Response.",
"type": "string"
}
}
Expand Down