removedOutput schema / properties / configUrl
Removed value: -{
- "description": "Owner-only chart-config endpoint",
- "type": "string"
-}
addedOutput schema / properties / documentUrl
Added value: +{
+ "description": "Owner-only chart-document endpoint",
+ "type": "string"
+}
removedOutput schema / properties / publishedAt / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / publishedAt / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / sizeBytes / description
Previous value: -"Compressed size of the stored published config, excluding drafts; 0 means no published config has been stored yet"New value: +"Compressed size of the stored published document, excluding drafts; 0 means no published document has been stored yet"
changedOutput schema / required
Previous value: -[
- "view",
- "id",
- "source",
- "title",
- "createdAt",
- "updatedAt",
- "sizeBytes",
- "publishedAt",
- "imageUrl",
- "embedUrl",
- "configUrl",
- "editUrl",
- "manageUrl"
-]New value: +[
+ "view",
+ "id",
+ "source",
+ "title",
+ "createdAt",
+ "updatedAt",
+ "sizeBytes",
+ "publishedAt",
+ "imageUrl",
+ "embedUrl",
+ "documentUrl",
+ "editUrl",
+ "manageUrl"
+]