Diff - documentation update manifest.schema

Diff: documentation update manifest.schema

Current: REV-D9E633DC20A4D83C

Previous: REV-37BD59430A196DA9


REV-37BD59430A196DA9
REV-D9E633DC20A4D83C
123        "string",123        "string",
124        "null"124        "null"
125      ]125      ]
tt126    },
127    "startedAt": {
128      "type": [
129        "string",
130        "null"
131      ]
132    },
133    "completedAt": {
134      "type": [
135        "string",
136        "null"
137      ]
138    },
139    "durationSeconds": {
140      "type": [
141        "integer",
142        "null"
143      ]
144    },
145    "sourceRoundFingerprint": {
146      "type": [
147        "string",
148        "null"
149      ]
150    },
151    "revisionReason": {
152      "type": [
153        "string",
154        "null"
155      ]
156    },
157    "documentationGateStatus": {
158      "type": [
159        "string",
160        "null"
161      ]
162    },
163    "documentationCurrentThroughSourceRun": {
164      "type": [
165        "string",
166        "null"
167      ]
168    },
169    "documentationTargetSourceRuns": {
170      "type": "array",
171      "items": {
172        "type": "string"
173      }
174    },
175    "documentationHelperExecutionIds": {
176      "type": "array",
177      "items": {
178        "type": "string"
179      }
180    },
181    "documentationUpdateIds": {
182      "type": "array",
183      "items": {
184        "type": "string"
185      }
186    },
187    "documentationManifestPaths": {
188      "type": "array",
189      "items": {
190        "type": "string"
191      }
192    },
193    "documentationChangedDocuments": {
194      "type": "array",
195      "items": {
196        "type": "string"
197      }
198    },
199    "documentationValidationStatus": {
200      "type": [
201        "string",
202        "null"
203      ]
204    },
205    "documentationWarnings": {
206      "type": "array",
207      "items": {
208        "type": "string"
209      }
210    },
211    "documentationReviewItems": {
212      "type": "array",
213      "items": {
214        "type": "string"
215      }
216    },
217    "canonicalDashboardUrl": {
218      "type": [
219        "string",
220        "null"
221      ]
126    }222    }
127  }223  }
128}224}