addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / body / title
Removed value: -"Body"
removedInput schema / properties / issue_number / title
Removed value: -"Issue Number"
removedInput schema / properties / labels / title
Removed value: -"Labels"
removedInput schema / properties / repo_name / title
Removed value: -"Repo Name"
removedInput schema / properties / repo_owner / title
Removed value: -"Repo Owner"
removedInput schema / properties / state / title
Removed value: -"State"
removedInput schema / properties / title / title
Removed value: -"Title"
removedInput schema / title
Removed value: -"update_issueArguments"
addedOutput schema / properties / body
Added value: +{
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+}
addedOutput schema / properties / created_at
Added value: +{
+ "type": "string"
+}
addedOutput schema / properties / id
Added value: +{
+ "type": "integer"
+}
addedOutput schema / properties / labels
Added value: +{
+ "items": {
+ "additionalProperties": true,
+ "type": "object"
+ },
+ "type": "array"
+}
addedOutput schema / properties / number
Added value: +{
+ "type": "integer"
+}
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"
+}
addedOutput schema / properties / user
Added value: +{
+ "additionalProperties": true,
+ "type": "object"
+}
changedOutput schema / required
Previous value: -[
- "result"
-]New value: +[
+ "id",
+ "number",
+ "title",
+ "body",
+ "state",
+ "user",
+ "created_at",
+ "updated_at",
+ "labels"
+]
removedOutput schema / title
Removed value: -"update_issueOutput"