diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.json b/descriptions-next/api.github.com/api.github.com.2022-11-28.json index 1db87604e6..506136126c 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.json +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.json @@ -122808,7 +122808,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml index 819f6d12b8..c66b553778 100644 --- a/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions-next/api.github.com/api.github.com.2022-11-28.yaml @@ -89096,7 +89096,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/api.github.com/api.github.com.json b/descriptions-next/api.github.com/api.github.com.json index 1db87604e6..506136126c 100644 --- a/descriptions-next/api.github.com/api.github.com.json +++ b/descriptions-next/api.github.com/api.github.com.json @@ -122808,7 +122808,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/api.github.com/api.github.com.yaml b/descriptions-next/api.github.com/api.github.com.yaml index 819f6d12b8..c66b553778 100644 --- a/descriptions-next/api.github.com/api.github.com.yaml +++ b/descriptions-next/api.github.com/api.github.com.yaml @@ -89096,7 +89096,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json index a3e3f267b9..87d4c66a98 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.json @@ -242268,7 +242268,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -262897,7 +262900,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -304092,7 +304098,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311085,7 +311094,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -317520,7 +317532,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318237,7 +318252,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318986,7 +319004,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -319099,7 +319120,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -460419,7 +460443,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -498947,7 +498974,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -499229,7 +499259,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml index ad5d07977c..3403618ee9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.2022-11-28.deref.yaml @@ -54836,7 +54836,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json index a3e3f267b9..87d4c66a98 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.json @@ -242268,7 +242268,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -262897,7 +262900,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -304092,7 +304098,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311085,7 +311094,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -317520,7 +317532,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318237,7 +318252,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -318986,7 +319004,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -319099,7 +319120,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -460419,7 +460443,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -498947,7 +498974,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -499229,7 +499259,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml index ad5d07977c..3403618ee9 100644 --- a/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml +++ b/descriptions-next/api.github.com/dereferenced/api.github.com.deref.yaml @@ -54836,7 +54836,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json index 8ecbe06de4..99fc731685 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.json @@ -290728,7 +290728,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311357,7 +311360,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -354831,7 +354837,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -361824,7 +361833,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -368283,7 +368295,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369000,7 +369015,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369749,7 +369767,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369862,7 +369883,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -513575,7 +513599,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552143,7 +552170,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552425,7 +552455,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml index d34538cd65..a7b7b02bbf 100644 --- a/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.2022-11-28.deref.yaml @@ -65527,7 +65527,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.json b/descriptions-next/ghec/dereferenced/ghec.deref.json index 8ecbe06de4..99fc731685 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.json +++ b/descriptions-next/ghec/dereferenced/ghec.deref.json @@ -290728,7 +290728,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -311357,7 +311360,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -354831,7 +354837,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -361824,7 +361833,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -368283,7 +368295,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369000,7 +369015,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369749,7 +369767,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -369862,7 +369883,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -513575,7 +513599,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552143,7 +552170,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -552425,7 +552455,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghec/dereferenced/ghec.deref.yaml b/descriptions-next/ghec/dereferenced/ghec.deref.yaml index d34538cd65..a7b7b02bbf 100644 --- a/descriptions-next/ghec/dereferenced/ghec.deref.yaml +++ b/descriptions-next/ghec/dereferenced/ghec.deref.yaml @@ -65527,7 +65527,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghec/ghec.2022-11-28.json b/descriptions-next/ghec/ghec.2022-11-28.json index 779ac9c720..fc701a8ced 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.json +++ b/descriptions-next/ghec/ghec.2022-11-28.json @@ -141146,7 +141146,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghec/ghec.2022-11-28.yaml b/descriptions-next/ghec/ghec.2022-11-28.yaml index cdecc35b4c..588fd69dac 100644 --- a/descriptions-next/ghec/ghec.2022-11-28.yaml +++ b/descriptions-next/ghec/ghec.2022-11-28.yaml @@ -102211,7 +102211,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghec/ghec.json b/descriptions-next/ghec/ghec.json index 779ac9c720..fc701a8ced 100644 --- a/descriptions-next/ghec/ghec.json +++ b/descriptions-next/ghec/ghec.json @@ -141146,7 +141146,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghec/ghec.yaml b/descriptions-next/ghec/ghec.yaml index cdecc35b4c..588fd69dac 100644 --- a/descriptions-next/ghec/ghec.yaml +++ b/descriptions-next/ghec/ghec.yaml @@ -102211,7 +102211,9 @@ components: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json index a4dd52880d..894edcddd3 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.json @@ -211657,7 +211657,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -232192,7 +232195,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -257794,7 +257800,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -264779,7 +264788,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -270704,7 +270716,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -271414,7 +271429,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272156,7 +272174,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272269,7 +272290,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -381080,7 +381104,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415447,7 +415474,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415728,7 +415758,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml index 3199d2cb20..60aa0531f5 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.2022-11-28.deref.yaml @@ -48134,7 +48134,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json index a4dd52880d..894edcddd3 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.json @@ -211657,7 +211657,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -232192,7 +232195,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -257794,7 +257800,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -264779,7 +264788,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -270704,7 +270716,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -271414,7 +271429,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272156,7 +272174,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -272269,7 +272290,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -381080,7 +381104,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415447,7 +415474,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] @@ -415728,7 +415758,10 @@ "type": "object", "properties": { "sha": { - "type": "string", + "type": [ + "string", + "null" + ], "examples": [ "bbcd538c8e72b8c175046e27cc8f907076331401" ] diff --git a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml index 3199d2cb20..60aa0531f5 100644 --- a/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml +++ b/descriptions-next/ghes-3.14/dereferenced/ghes-3.14.deref.yaml @@ -48134,7 +48134,9 @@ paths: type: object properties: sha: - type: string + type: + - string + - 'null' examples: - bbcd538c8e72b8c175046e27cc8f907076331401 filename: di{"code":"internal","msg":"git-diff-tree: context deadline exceeded","meta":{"cause":"*fmt.wrapError"}}