[[["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-07-28 UTC."],[[["\u003cp\u003eThe content describes a JSON structure for representing a value that can be either fixed or relative.\u003c/p\u003e\n"],["\u003cp\u003eThe JSON uses a union field called \u003ccode\u003emode\u003c/code\u003e to determine whether the value is \u003ccode\u003efixed\u003c/code\u003e or a \u003ccode\u003epercent\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eIf \u003ccode\u003emode\u003c/code\u003e is \u003ccode\u003efixed\u003c/code\u003e, the value is an integer representing a fixed quantity.\u003c/p\u003e\n"],["\u003cp\u003eIf \u003ccode\u003emode\u003c/code\u003e is \u003ccode\u003epercent\u003c/code\u003e, the value is an integer representing a percentage, which will be multiplied by a reference value.\u003c/p\u003e\n"]]],[],null,["# FixedOrPercent\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nMessage encapsulating a value that can be either absolute (\"fixed\") or relative (\"percent\") to a value."]]