home *** CD-ROM | disk | FTP | other *** search
/ BUG 2 / BUGCD1997_01.iso / aplikac / muscle / bodybuil.md_ / bodybuil.md / Registration.json < prev    next >
JavaScript Object Notation  |  1996-10-21  |  401b

  1. {
  2.     "schema": {
  3.         "ID": "Long Integer",
  4.         "RegistrationNumber": "Text (50)",
  5.         "Name": "Text (100)",
  6.         "Organization": "Text (100)",
  7.         "Address": "Text (255)",
  8.         "City": "Text (50)",
  9.         "State": "Text (2)",
  10.         "Zip": "Text (50)",
  11.         "Phone": "Text (50)",
  12.         "Fax": "Text (50)",
  13.         "Email": "Text (50)"
  14.     },
  15.     "data": [
  16.         {
  17.             "ID": 1,
  18.             "RegistrationNumber": "00000000",
  19.             "Name": "Unauthorized user",
  20.             "Phone": "(   )   -    ",
  21.             "Fax": "(   )   -    ",
  22.             "Email": "email@address.com"
  23.         }
  24.     ]
  25. }