Skip to content

Concerns about size of supportingMedia #200

@kurtseifried

Description

@kurtseifried

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

No one assigned

    Labels

    Needs DiscussionDiscuss in a future QWG meeting or on mailing list

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions