You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: dist/schema.json
+31Lines changed: 31 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -35184,6 +35184,28 @@
35184
35184
"null"
35185
35185
],
35186
35186
"properties": {
35187
+
"small": {
35188
+
"description": "Details about the small preview version of the attachment.",
35189
+
"oneOf": [
35190
+
{
35191
+
"$ref": "#/components/schemas/MetaDetails"
35192
+
},
35193
+
{
35194
+
"type": "null"
35195
+
}
35196
+
]
35197
+
},
35198
+
"original": {
35199
+
"description": "Details about the original version of the attachment.",
35200
+
"oneOf": [
35201
+
{
35202
+
"$ref": "#/components/schemas/MetaDetails"
35203
+
},
35204
+
{
35205
+
"type": "null"
35206
+
}
35207
+
]
35208
+
},
35187
35209
"focus": {
35188
35210
"description": "Coordinates that may be used for smart thumbnail cropping -- see [Focal points for cropped media thumbnails]({{< relref \"api/guidelines#focal-points\" >}}) for more.",
35189
35211
"type": [
@@ -35241,6 +35263,15 @@
35241
35263
"description": "Official Mastodon API documentation"
35242
35264
}
35243
35265
},
35266
+
"MetaDetails": {
35267
+
"type": "object",
35268
+
"description": "Additional entity definition for MetaDetails",
0 commit comments