addedInput schema / additionalProperties
Added value: +false
removedInput schema / properties / base / title
Removed value: -"Base"
removedInput schema / properties / body / title
Removed value: -"Body"
removedInput schema / properties / draft / title
Removed value: -"Draft"
removedInput schema / properties / head / title
Removed value: -"Head"
removedInput schema / properties / repo_name / title
Removed value: -"Repo Name"
removedInput schema / properties / repo_owner / title
Removed value: -"Repo Owner"
removedInput schema / properties / title / title
Removed value: -"Title"
removedInput schema / title
Removed value: -"create_prArguments"
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: -"create_prOutput"