home *** CD-ROM | disk | FTP | other *** search
/ Computer Buyer 1997 October / DPCB1097.iso / business / Netfast / disk4 / contact.md_ / contact.md / Appointments.json next >
JavaScript Object Notation  |  1997-07-01  |  339b

  1. {
  2.     "schema": {
  3.         "userID": "Long Integer",
  4.         "date": "DateTime",
  5.         "starttime": "DateTime",
  6.         "endtime": "DateTime",
  7.         "CallType": "Text (20)",
  8.         "PhoneNumber": "Text (30)",
  9.         "comment": "Memo/Hyperlink (255)",
  10.         "appointmentID": "Long Integer",
  11.         "numbre": "Text (50)",
  12.         "priority": "Text (10)",
  13.         "done": "Boolean NOT NULL",
  14.         "warn": "Boolean NOT NULL",
  15.         "warntime": "DateTime"
  16.     },
  17.     "data": []
  18. }