addedInput schema / additionalProperties
Added value: +false
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: -"get_pr_contentArguments"
addedOutput schema / properties / author
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / created_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / description
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
removedOutput schema / properties / result
Removed value: -{
- "additionalProperties": true,
- "title": "Result",
- "type": "object"
-}
addedOutput schema / properties / state
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / title
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / updated_at
Added value: +{
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "title",
+ "description",
+ "author",
+ "created_at",
+ "updated_at",
+ "state"
+]
removedOutput schema / title
Removed value: -"get_pr_contentOutput"