Metadata for the document. The metadata supports arbitrary key-value pairs. Suggested use cases include storing a document's title, an external URL distinct from the document's contentUri, etc. The max size of a key or a value of the metadata is 1024 bytes.
An object containing a list of "key": value pairs. Example: { "name": "wrench", "mass": "1.3kg", "count": "3" }.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-03-05 UTC."],[[["The provided content details the JSON representation and fields required for importing documents."],["The `mimeType` field, a string, specifies the document's MIME type and is a mandatory field."],["The `knowledgeTypes` field, an enum, is required and defines the document content's knowledge type."],["The `metadata` field is a map allowing arbitrary key-value pairs for additional document information, with a size limit of 1024 bytes for both keys and values."]]],[]]