Advertisement
doombunny

Trend

Aug 28th, 2014
204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. {
  2.     "category":"Category",
  3.     "eventType":"EventType",
  4.     "id":null,
  5.     "properties":[
  6.         {
  7.             "name":"Property",
  8.             "valueType":"Text",
  9.             "valueClass":"java.lang.String",
  10.             "valueHint":"",
  11.             "list":[
  12.                 {
  13.                     "id": "id1",
  14.                     "title": "Value 1"
  15.                 },
  16.                 {
  17.                     "id": "id2",
  18.                     "title": "Value 2"
  19.                 }
  20.             ],
  21.             "operators":[
  22.                 {
  23.                     "id": "OP_id1",
  24.                     "title": "Title 1"
  25.                 },
  26.                 {
  27.                     "id": "OP_id2",
  28.                     "title": "Title 2"
  29.                 }
  30.             ]
  31.         },
  32.         {
  33.             "name":"Property Trend",
  34.             "valueType":"Double",
  35.             "valueClass":"java.lang.Double",
  36.             "valueHint":"",
  37.             "list": null,
  38.             "operators": [
  39.                 {
  40.                   "title": "Greater",
  41.                   "id": "GREATER"
  42.                 },
  43.                 {
  44.                   "title": "Lower",
  45.                   "id": "LOWER"
  46.                 },
  47.                 {
  48.                   "title": "Greater or Equal",
  49.                   "id": "GREATER_OR_EQUAL"
  50.                 },
  51.                 {
  52.                   "title": "Lower or Equal",
  53.                   "id": "LOWER_OR_EQUAL"
  54.                 },
  55.                 {
  56.                   "title": "Equal",
  57.                   "id": "EQUAL"
  58.                 }
  59.             ]
  60.         },
  61.     ]
  62. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement