addedOutput schema / $defs
Added value: +{
+ "RepositoryRef": {
+ "properties": {
+ "name": {
+ "title": "Name",
+ "type": "string"
+ },
+ "root": {
+ "title": "Root",
+ "type": "string"
+ }
+ },
+ "required": [
+ "name",
+ "root"
+ ],
+ "title": "RepositoryRef",
+ "type": "object"
+ }
+}
removedOutput schema / additionalProperties
Removed value: -true
addedOutput schema / properties
Added value: +{
+ "applied": {
+ "title": "Applied",
+ "type": "boolean"
+ },
+ "branch": {
+ "title": "Branch",
+ "type": "string"
+ },
+ "diff": {
+ "title": "Diff",
+ "type": "string"
+ },
+ "hidden_files": {
+ "title": "Hidden Files",
+ "type": "integer"
+ },
+ "repository": {
+ "$ref": "#/$defs/RepositoryRef"
+ },
+ "result_hash": {
+ "title": "Result Hash",
+ "type": "string"
+ },
+ "targets": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Targets",
+ "type": "array"
+ },
+ "truncated": {
+ "title": "Truncated",
+ "type": "boolean"
+ },
+ "warning": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "title": "Warning"
+ }
+}
addedOutput schema / required
Added value: +[
+ "applied",
+ "repository",
+ "targets",
+ "branch",
+ "warning",
+ "diff",
+ "truncated",
+ "result_hash",
+ "hidden_files"
+]
changedOutput schema / title
Previous value: -"repo_apply_patchDictOutput"New value: +"ApplyPatchResult"