Skip to content

Instantly share code, notes, and snippets.

@mheadd
Created October 23, 2009 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mheadd/217096 to your computer and use it in GitHub Desktop.
Save mheadd/217096 to your computer and use it in GitHub Desktop.
{"servicetypedefinition": [
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-HOWLONG"}, {"prompt": "How long has the bicycle been abandoned?"}, {"required": "Y"}, {"type": "TextBox "}, {"width": "200"}, {"itemlist": "\r"}]},
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-NOWHEELS"}, {"prompt": "Are the wheels missing?"}, {"required": "Y"}, {"type": "DropDown "}, {"width": "16"}, {"itemlist": "Yes,No,Don't know\r"}]},
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-AIRINTIRES"}, {"prompt": "Is there air in the tires?"}, {"required": "Y"}, {"type": "DropDown "}, {"width": "16"}, {"itemlist": "Yes,No,Don't know\r"}]},
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-RUSTY"}, {"prompt": "Are the chain and other components rusty?"}, {"required": "Y"}, {"type": "DropDown "}, {"width": "16"}, {"itemlist": "Yes,No,Don't know\r"}]},
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-DAMAGES"}, {"prompt": "Is there any other damage to the bicycle (missing or bent wheels, missing seat, and other missing or damaged components)?"}, {"required": "N"}, {"type": "TextBox "}, {"width": "200"}, {"itemlist": "\r"}]},
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-MODELB"}, {"prompt": "Type of Bike"}, {"required": "Y"}, {"type": "DropDown "}, {"width": "10"}, {"itemlist": "Children's,Mountain,Road,Other\r"}]},
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-COLORB"}, {"prompt": "Bike Color"}, {"required": "Y"}, {"type": "DropDown "}, {"width": "10"}, {"itemlist": "Black,Blue,Brown,Gold,Green,Grey,Multi,Orange,Red,Silver,Tan,Violet,White,Yellow,Other\r"}]},
{"servicetype": [{"servicetype": "Abandoned Bicycles"}, {"servicecode": "S0021"}, {"name": "ABDBIC-LOCKED"}, {"prompt": "What is the bike locked to?"}, {"required": "N"}, {"type": "DropDown "}, {"width": "10"}, {"itemlist": "Bike Rack,Tree,Planter box,Parking meter,Sign pole,Trash can,Other\r"}]}
]}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment