addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / comment_body / title
Removed value: -"Comment Body"
removedInput schema / properties / line / title
Removed value: -"Line"
removedInput schema / properties / path / title
Removed value: -"Path"
removedInput schema / properties / pr_number / title
Removed value: -"Pr Number"
removedInput schema / properties / repo_name / title
Removed value: -"Repo Name"
removedInput schema / properties / repo_owner / title
Removed value: -"Repo Owner"
removedInput schema / title
Removed value: -"add_inline_pr_commentArguments"
addedOutput schema / properties / body
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / created_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / id
Added value: +{
+ "type": "integer"
+}
removedOutput schema / properties / result
Removed value: -{
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
-}
addedOutput schema / properties / updated_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / user
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "id",
+ "body",
+ "user",
+ "created_at",
+ "updated_at"
+]
removedOutput schema / title
Removed value: -"add_inline_pr_commentOutput"