Page MenuHomePhabricator
Paste P942

example.json
ActivePublic

Authored by epriestley on Oct 2 2013, 4:15 PM.
Tags
None
Referenced Files
F61947: example.json
Feb 24 2016, 1:31 AM
Subscribers
None
Tokens
"Manufacturing Defect?" token, awarded by staticshock.
{
"phone" : {
"name" : "Phone",
"description" : "User's phone number.",
"default" : "derp derp derp",
"caption" : "A"
},
"aim" : {
"name" : "AIM Handle",
"description" : "America On Line Instant Messenger Username",
"caption" : "B"
},
"tshirt" : {
"name" : "T-Shirt Size",
"description" : "So you know what sizes to get when you buy T-Shirts.",
"caption" : "C",
"view" : false,
"required" : true
},
"company" : {
"name" : "Company",
"description" : "Allows users to list the company they work at.",
"caption" : "D",
"search" : true
},
"heads" : {
"type" : "int",
"name" : "Number of Heads",
"description" : "Distinguish between humans and ogres.",
"caption" : "E",
"search" : true
},
"branch" : {
"type" : "select",
"name" : "Branch",
"description" : "Branch of the company where this user works.",
"search" : true,
"caption" : "F",
"options" : {
"hb" : "Hillsborough",
"pa" : "Palo Alto",
"sf" : "San Francisco"
}
},
"autobiography" : {
"type" : "remarkup",
"name" : "Autobiography",
"caption" : "G",
"description" : "Allows users to compose an autobiography or memoir."
},
"birthday" : {
"type" : "date",
"name" : "Birthday",
"caption" : "H",
"description" : "it is party time in the house",
"required" : true
},
"nut-section" : {
"type" : "header",
"name" : "Allergy Information"
},
"nut-allergy" : {
"type" : "bool",
"name" : "Nut Allergy",
"description" : "Stay safe!",
"caption" : "I",
"search" : true,
"stringz" : {
"search.default" : "(All Users)",
"search.require" : "Users With Allergies",
"edit.checkbox" : "I have a deadly nut allergy.",
"view.yes" : "WARNING: Dies When Exposed To Nuts!"
}
},
"friends" : {
"type" : "header",
"name" : "Friendship"
},
"bff" : {
"type" : "users",
"limit" : 1,
"name" : "Best BFF",
"description" : "ur best bff",
"caption" : "J",
"search" : true,
"required" : true
},
"bft" : {
"type" : "users",
"name" : "BFFs",
"description" : "other bffs",
"search" : true
}
}

Event Timeline

epriestley changed the title of this paste from untitled to example.json.
epriestley updated the paste's language from autodetect to autodetect.