[[["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-10-16 UTC."],[[["\u003cp\u003eThe schema represents a price with a numerical value and its corresponding currency.\u003c/p\u003e\n"],["\u003cp\u003eBoth \u003ccode\u003evalue\u003c/code\u003e and \u003ccode\u003ecurrency\u003c/code\u003e are represented as strings in the JSON object.\u003c/p\u003e\n"]]],["The provided JSON schema represents a price with two fields: `value` and `currency`. `value` is a string representing the numerical price, and `currency` is a string indicating the currency type. The JSON is formatted as: `{\"value\": string, \"currency\": string}`. This structure allows for the clear definition of both the price amount and its corresponding currency.\n"],null,["# Price\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\n| JSON representation |\n|-------------------------------------------------|\n| ``` { \"value\": string, \"currency\": string } ``` |\n\n| Fields ||\n|------------|---------------------------------------------|\n| `value` | `string` The price represented as a number. |\n| `currency` | `string` The currency of the price. |"]]