This object contains information that describes the source of the metadata or ownership data.
JSON representation
{"source":string,"owner":string}
Fields
source
string
The mechanism by which the piece of metadata, ownership or relationship information was provided.
owner
string
The content owner who provided the metadata or ownership information.
All rights reserved. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-20 UTC."],[],["The JSON object describes metadata or ownership data sources. It contains two key fields: `source` and `owner`. `Source` is a string specifying the method of data provision. `Owner` is a string identifying the individual or entity that provided the metadata or ownership information. The data is represented as: `{\"source\": string, \"owner\": string}`.\n"]]