Created
September 30, 2015 07:31
-
-
Save valentinhocher/657c7d294716a7fca655 to your computer and use it in GitHub Desktop.
Vorschlag für das OCRPoint Objekt.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "data": { | |
| "scale": [ | |
| 750, | |
| 1500, | |
| 3000, | |
| 4000, | |
| 5000 | |
| ], | |
| "scaleColors": [ | |
| "#a198a3", | |
| "#af7985", | |
| "#bd5b66", | |
| "#cb3c48", | |
| "#e3010f" | |
| ], | |
| "scaleItems": [ | |
| { | |
| "freebies": [ | |
| { | |
| "description": "Du erh\u00e4lst eine Suppe gratis", | |
| "image": {}, | |
| "linkText": "Jetzt einl\u00f6sen!" | |
| }, | |
| { | |
| "description": "Du erh\u00e4lst einen Salat gratis", | |
| "image": {}, | |
| "linkText": "Jetzt einl\u00f6sen!" | |
| } | |
| ], | |
| "title": "Pr\u00e4mie ab 750 BS-Points" | |
| }, | |
| { | |
| "freebies": [ | |
| { | |
| "description": "Du erh\u00e4lst zwei Suppen gratis", | |
| "image": {}, | |
| "linkText": "Jetzt einl\u00f6sen!" | |
| } | |
| ], | |
| "title": "Pr\u00e4mie ab 1500 BS-Points" | |
| } | |
| ] | |
| }, | |
| "type": "ocrPoints" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment