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: +{
+ "bytes": {
+ "title": "Bytes",
+ "type": "integer"
+ },
+ "content": {
+ "title": "Content",
+ "type": "string"
+ },
+ "content_trust": {
+ "const": "untrusted_repository_data",
+ "title": "Content Trust",
+ "type": "string"
+ },
+ "path": {
+ "title": "Path",
+ "type": "string"
+ },
+ "repository": {
+ "$ref": "#/$defs/RepositoryRef"
+ }
+}
addedOutput schema / required
Added value: +[
+ "path",
+ "bytes",
+ "content",
+ "content_trust",
+ "repository"
+]
changedOutput schema / title
Previous value: -"repo_read_fileDictOutput"New value: +"ReadFileResult"