home *** CD-ROM | disk | FTP | other *** search
/ PC Pro 2005 July / DPPCPRO0705.ISO / Extras / NetHelpDesk / _SETUP.1 / NetHDexample.mdb / slahead.json < prev    next >
Encoding:
JavaScript Object Notation  |  2005-02-28  |  629 b 

  1. {
  2.     "schema": {
  3.         "Slid": "Integer NOT NULL",
  4.         "Sldesc": "Text (30)",
  5.         "Slwdid": "Long Integer",
  6.         "Slcost": "Memo/Hyperlink (255)"
  7.     },
  8.     "data": [
  9.         {
  10.             "Slid": 0,
  11.             "Sldesc": "General SLA",
  12.             "Slwdid": 1,
  13.             "Slcost": "General SLA - used for us delivering services"
  14.         },
  15.         {
  16.             "Slid": 1,
  17.             "Sldesc": "No SLA",
  18.             "Slwdid": 1,
  19.             "Slcost": "No SLA in place"
  20.         },
  21.         {
  22.             "Slid": 2,
  23.             "Sldesc": "Minimal Response",
  24.             "Slwdid": 1,
  25.             "Slcost": "For minimal response"
  26.         },
  27.         {
  28.             "Slid": 3,
  29.             "Sldesc": "Quick response",
  30.             "Slwdid": 1,
  31.             "Slcost": "For Quick Response"
  32.         },
  33.         {
  34.             "Slid": 4,
  35.             "Sldesc": "General Supplier SLA",
  36.             "Slwdid": 1,
  37.             "Slcost": "Use for suppliers with whom you have agreements about how soon they will fix problems you have logged to them."
  38.         }
  39.     ]
  40. }