removedOutput schema / $defs / WikiAttachment / additionalProperties
Removed value: -true
removedOutput schema / $defs / WikiAttachment / properties / check_status / title
Removed value: -"Check Status"
removedOutput schema / $defs / WikiAttachment / properties / created_at / title
Removed value: -"Created At"
removedOutput schema / $defs / WikiAttachment / properties / description / title
Removed value: -"Description"
removedOutput schema / $defs / WikiAttachment / properties / download_url / title
Removed value: -"Download Url"
removedOutput schema / $defs / WikiAttachment / properties / has_preview / title
Removed value: -"Has Preview"
removedOutput schema / $defs / WikiAttachment / properties / id / title
Removed value: -"Id"
addedOutput schema / $defs / WikiAttachment / properties / is_downloadable
Added value: +{
+ "anyOf": [
+ {
+ "type": "boolean"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+}
removedOutput schema / $defs / WikiAttachment / properties / mimetype / title
Removed value: -"Mimetype"
removedOutput schema / $defs / WikiAttachment / properties / name / title
Removed value: -"Name"
removedOutput schema / $defs / WikiAttachment / properties / size / title
Removed value: -"Size"
changedOutput schema / $defs / WikiAttachment / properties / user / anyOf
Previous value: -[
- {
- "additionalProperties": true,
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "$ref": "#/$defs/WikiUser"
+ },
+ {
+ "type": "null"
+ }
+]
removedOutput schema / $defs / WikiAttachment / properties / user / title
Removed value: -"User"
removedOutput schema / $defs / WikiAttachment / title
Removed value: -"WikiAttachment"
addedOutput schema / $defs / WikiUser
Added value: +{
+ "description": "Trimmed user reference — the API sends much more (identity, flags…).",
+ "properties": {
+ "display_name": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "id": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "username": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ }
+ },
+ "type": "object"
+}
removedOutput schema / additionalProperties
Removed value: -true
removedOutput schema / properties / appended_content / title
Removed value: -"Appended Content"
removedOutput schema / properties / appended_markup / title
Removed value: -"Appended Markup"
removedOutput schema / properties / attachments / title
Removed value: -"Attachments"
removedOutput schema / properties / page_id / title
Removed value: -"Page Id"
removedOutput schema / title
Removed value: -"UploadAttachmentResult"