home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 Mobile / Chip_Mobile_2001.iso / palm / business / palmtask / palmtask.exe / _SETUP.1 / PTasks.mdb / Central_Tasks.json < prev   
JavaScript Object Notation  |  1999-12-21  |  1KB

  1. {
  2.     "schema": {
  3.         "Task_ID": "Long Integer",
  4.         "Owner": "Text (50)",
  5.         "Priority": "Integer",
  6.         "Task": "Memo/Hyperlink (255)",
  7.         "Location": "Text (35)",
  8.         "Details": "Memo/Hyperlink (255)",
  9.         "Status": "Memo/Hyperlink (255)",
  10.         "Complete": "Boolean NOT NULL",
  11.         "CompleteOn": "DateTime",
  12.         "Percent": "Long Integer",
  13.         "Due_Date": "DateTime",
  14.         "Created_By": "Text (50)",
  15.         "Created_On": "DateTime",
  16.         "New4Owner": "Boolean NOT NULL",
  17.         "Received": "Boolean NOT NULL",
  18.         "Changed": "Boolean NOT NULL",
  19.         "Delete": "Boolean NOT NULL",
  20.         "Private": "Boolean NOT NULL",
  21.         "Review_By": "Text (50)",
  22.         "Review_On": "DateTime",
  23.         "Rev_Notes": "Memo/Hyperlink (255)",
  24.         "Add2KBase": "Boolean NOT NULL",
  25.         "Incomplete": "Boolean NOT NULL"
  26.     },
  27.     "data": [
  28.         {
  29.             "Task_ID": 1,
  30.             "Owner": "Trial User",
  31.             "Priority": 3,
  32.             "Task": "Check out PalmTask!",
  33.             "Location": "Anywhere",
  34.             "Details": "Learn How PalmTask can help you and your entire office distribute and manage tasks!  Multi-User Task Management in the palm of your hand.",
  35.             "Status": "Looking into to it now!",
  36.             "Complete": 0,
  37.             "Percent": 0,
  38.             "Created_By": "Daniel Monroe",
  39.             "Created_On": "11/02/99 00:00:00",
  40.             "New4Owner": 0,
  41.             "Received": 1,
  42.             "Changed": 1,
  43.             "Delete": 0,
  44.             "Private": 0,
  45.             "Add2KBase": 0,
  46.             "Incomplete": 0
  47.         }
  48.     ]
  49. }