Artist
Stay organized with collections
Save and categorize content based on your preferences.
Info of the artist, such as name and isni.
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 artist information, including their display name and a unique identifier.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003edisplayName\u003c/code\u003e field, a string, holds the name of the artist as it should be displayed.\u003c/p\u003e\n"],["\u003cp\u003eThe \u003ccode\u003eisni\u003c/code\u003e field, also a string, stores the artist's unique identifier.\u003c/p\u003e\n"]]],["The core content describes the structure for representing artist information using JSON. It utilizes two fields: `displayName`, a string representing the artist's name, and `isni`, a string holding the artist's unique identifier. The JSON format for an artist is defined as an object with these two key-value pairs, where both values are strings. This format is used to store artist details, specifically name and a unique identifier.\n"],null,["# Artist\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nInfo of the artist, such as name and isni.\n\n| JSON representation |\n|---------------------------------------------------|\n| ``` { \"displayName\": string, \"isni\": string } ``` |\n\n| Fields ||\n|---------------|-----------------------------------------------|\n| `displayName` | `string` The name of the artist. |\n| `isni` | `string` The unique identifier of the artist. |"]]