[[["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 2024-09-23 UTC."],[[["Label entities using a specific format that includes network code and label ID."],["Control the label's effect by setting the `negated` field to true or false, indicating whether to apply or negate the label's impact."],["JSON representation simplifies the process of applying or removing labels from entities within a network."]]],["A Label is represented in JSON as an object with two fields. The `label` field, a required string, indicates the label to be applied using the format \"networks/{networkCode}/labels/{labelId}\". The `negated` field, a boolean, determines if the label's effects should be reversed. This structure defines how a label and its application status are conveyed.\n"]]