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: +{
+ "files": {
+ "items": {
+ "type": "string"
+ },
+ "title": "Files",
+ "type": "array"
+ },
+ "limit": {
+ "title": "Limit",
+ "type": "integer"
+ },
+ "repository": {
+ "$ref": "#/$defs/RepositoryRef"
+ },
+ "truncated": {
+ "title": "Truncated",
+ "type": "boolean"
+ }
+}
addedOutput schema / required
Added value: +[
+ "files",
+ "truncated",
+ "limit",
+ "repository"
+]
changedOutput schema / title
Previous value: -"repo_list_filesDictOutput"New value: +"ListFilesResult"