rerun pre-commit , bump up flaky unit tests delay

This commit is contained in:
Yang Yang 2025-03-19 14:15:17 -07:00
parent ec5dff28bd
commit 8874187ea9
3 changed files with 10 additions and 1 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,