StudioInfo
Stay organized with collections
Save and categorize content based on your preferences.
Contains URLs linking back to claim-related pages in Studio.
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."],[[["\u003cp\u003eThe provided JSON structure represents data related to claims, including URLs for navigating to different pages in Studio.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eissueUrl\u003c/code\u003e links to the "action required" issue page in Studio, if one exists for a claim.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eclaimUrl\u003c/code\u003e provides a link to the claim page in Studio, which may vary depending on whether an issue needs action.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003evideoUrl\u003c/code\u003e directs users to the specific claimed video page in Studio.\u003c/p\u003e\n"]]],["The JSON structure represents claim information with three URLs: `issueUrl`, `claimUrl`, and `videoUrl`. `issueUrl` links to a Studio issue page if an action is required on a claim. `claimUrl` provides a link to the claim's page in Studio, which varies based on the presence of required actions. `videoUrl` directs to the claimed video's page in Studio. Each URL is represented as a string.\n"],null,["# StudioInfo\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nContains URLs linking back to claim-related pages in Studio.\n\n| JSON representation |\n|------------------------------------------------------------------------|\n| ``` { \"issueUrl\": string, \"claimUrl\": string, \"videoUrl\": string } ``` |\n\n| Fields ||\n|------------|--------------------------------------------------------------------------------------------------------------------------------------------------|\n| `issueUrl` | `string` When claim has an \"action required\" issue (guaranteed to be at most 1), links to the issue page in Studio. |\n| `claimUrl` | `string` Links to the claim page in Studio. Note: this page loads differently depending on whether the claim has \"action required\" issue or not. |\n| `videoUrl` | `string` Links to the claimed video page in Studio. |"]]