-
Notifications
You must be signed in to change notification settings - Fork 207
Open
Labels
Needs DiscussionDiscuss in a future QWG meeting or on mailing listDiscuss in a future QWG meeting or on mailing list
Milestone
Description
So supportingMedia is either data that can be jammed into JSON (e.g. a text document), or Base64 encoded. One problem: it's limited to 16384 in size, which means with base64 encoding you lose 25% of the space (https://developer.mozilla.org/en-US/docs/Glossary/Base64 "Each Base64 digit represents exactly 6 bits of data."). So that limits it to 12k plus whatever compression you can apply to it. 12k is not a lot of data. Data storage and bandwidth are cheap in 2022, why not up the limit significantly?
"value": {
"type": "string",
"description": "Supporting media content, up to 16K. If base64 is true, this field stores base64 encoded data.",
"minLength": 1,
"maxLength": 16384
}
Metadata
Metadata
Assignees
Labels
Needs DiscussionDiscuss in a future QWG meeting or on mailing listDiscuss in a future QWG meeting or on mailing list