rerun pre-commit

This commit is contained in:
Yang Yang 2025-03-18 10:11:05 -07:00
parent 64741667a4
commit dd75008a44
2 changed files with 9 additions and 0 deletions

View file

@ -3911,6 +3911,11 @@
"url": {
"$ref": "#/components/schemas/URL",
"description": "A URL of the image or data URL in the format of data:image/{type};base64,{data}. Note that URL could have length limits."
},
"data": {
"type": "string",
"contentEncoding": "base64",
"description": "base64 encoded image data as string"
}
},
"additionalProperties": false,

View file

@ -2702,6 +2702,10 @@ components:
description: >-
A URL of the image or data URL in the format of data:image/{type};base64,{data}.
Note that URL could have length limits.
data:
type: string
contentEncoding: base64
description: base64 encoded image data as string
additionalProperties: false
description: >-
Image as a base64 encoded string or an URL