Skip to content

Instantly share code, notes, and snippets.

@tzmartin
Created July 17, 2014 02:58
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 tzmartin/1d0822ffe5804dab0015 to your computer and use it in GitHub Desktop.
Save tzmartin/1d0822ffe5804dab0015 to your computer and use it in GitHub Desktop.
Fulcrum app data model
{
"current_page": 1,
"total_pages": 1,
"total_count": 3,
"per_page": 20000,
"forms": [
{
"name": "Building Survey",
"description": "updated",
"bounding_box": [
37.0806891883289,
-94.5139514096081,
37.0806891883289,
-94.5139514096081
],
"record_title_key": "0cbc99fb-be45-c0ca-a11b-5f7fd75cbd88",
"status_field": {},
"auto_assign": false,
"id": "4242bd08-c302-42c7-b0f5-c1ee4ce2694f",
"record_count": 1,
"created_at": "2014-07-17T02:16:16Z",
"updated_at": "2014-07-17T02:18:34Z",
"elements": [
{
"type": "Section",
"key": "0b80",
"label": "Tell us about you",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "tell_us_about_you",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "Label",
"key": "3e37",
"label": "Who are you?",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "who_are_you",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "TextField",
"key": "195a",
"label": "Tell us your name",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "tell_us_your_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
},
{
"type": "Section",
"key": "9cd21ea1-2d05-e744-7590-e50991f194cd",
"label": "Building Address",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_address",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "PhotoField",
"key": "4ae4d02a-0654-4a85-c1a6-ea8cd68761af",
"label": "Photo(s) of Building",
"description": "take at least one picture of building from across the street, directly opposite the front entrance. Take more if needed to properly frame the building and surrounding structures.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "photos_of_building",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "TextField",
"key": "0cbc99fb-be45-c0ca-a11b-5f7fd75cbd88",
"label": "Building Number",
"description": "the actual address number of the building (for postal or courier delivery)",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_number",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "ChoiceField",
"key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"label": "Street Name(s)",
"description": "Official Street Name = recognized by National or Federal Government; Alternate Street Name =recognized by local Government (City, Province, etc.); the historical name of the street is the one that neighborhood residents use when referring to the street or giving directions IF different than Alternate or Official Street Name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "street_names",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": false,
"choices": [
{
"label": "Official Street Name",
"value": "Official Street Name"
},
{
"label": "Alternate Street Name",
"value": "Alternate Street Name"
},
{
"label": "Local Street Name",
"value": "Local Street Name"
}
]
},
{
"type": "TextField",
"key": "e53fb1ff-c566-e2f2-bcd6-71b48fce5363",
"label": "Official Street Name",
"description": "Name of street recognized by National or Federal Government",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "official_street_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"operator": "equal_to",
"value": "Official Street Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "778e3628-5afd-2dc1-b14b-bc19dbfa06c9",
"label": "Alternate Street Name",
"description": "Name recognized by local Government (City, Province, etc.)",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "alternate_street_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"operator": "equal_to",
"value": "Alternate Street Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "c04cf0fe-5178-f917-ce45-9bdb63e71899",
"label": "Local Street Name",
"description": "the historical name of the street that neighborhood residents use when referring to the street or giving directions IF different than Alternate or Official Street Name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "local_street_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"operator": "equal_to",
"value": "Local Street Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "d4165997-ffd8-ab46-ce74-91e585856ec0",
"label": "City",
"description": "or village ",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "city",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "cd3cbf33-c7cc-5fb7-764c-e9a64c14e678",
"label": "Postal Code",
"description": "local postal code routing ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "postal_code",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "2da464ea-9725-8eab-d90b-eecca9dcb7a2",
"label": "Neighborhood Name",
"description": "the local neighborhood where the building is located (what local residents refer to the area as), it is an optional but Preferred field so please collect for every record if possible",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "neighborhood_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
},
{
"type": "Section",
"key": "a577b8da-0806-d6bb-769e-ff13f303b850",
"label": "Building Information",
"description": "detailed information about the building structure",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_information",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "ChoiceField",
"key": "0088c705-d16c-675c-9ba8-5cbaa2a2a468",
"label": "Accessibility",
"description": "How easy is the building to approach and collect information? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "accessibility",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Open",
"value": "Open"
},
{
"label": "Challenging",
"value": "Challenging"
},
{
"label": "Difficult",
"value": "Difficult"
},
{
"label": "Impossible",
"value": "Impossible"
}
]
},
{
"type": "ChoiceField",
"key": "0425d9ec-2563-6e95-9a78-ad482df0e98a",
"label": "Building Type",
"description": "where it is commercial or mixed with residential",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_type",
"default_value": "Commercial",
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Commercial",
"value": "Commercial"
},
{
"label": "Mixed (Commercial and Residential)",
"value": "Mixed (Commercial and Residential)"
}
]
},
{
"type": "ChoiceField",
"key": "b585e62c-b036-b3a7-a728-07697115136e",
"label": "Building Name(s)",
"description": "various names for the building structure; official name or historical name or local neighborhood name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_names",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": false,
"choice_list_id": "f42611e9-bb4d-4e95-8561-5cad7af081c0"
},
{
"type": "TextField",
"key": "5c4305d5-5d65-9519-8ccf-befa88ae6145",
"label": "Official Building Name",
"description": "the name promoted by the building owner / manager",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "official_building_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "b585e62c-b036-b3a7-a728-07697115136e",
"operator": "equal_to",
"value": "Official Building Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "f9e67165-9e07-9164-8298-8b89219b7005",
"label": "Local Building Name",
"description": "name of a building if referred to by local residents or city residents differently than official building name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "local_building_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "b585e62c-b036-b3a7-a728-07697115136e",
"operator": "equal_to",
"value": "Local Neighborhood Building Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "bcb16a71-379e-056e-56ae-45a23f3e8424",
"label": "Historical Building Name",
"description": "If well known from the past as important local landmark even if renamed or used for different purpose than originally built for.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "historical_building_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "b585e62c-b036-b3a7-a728-07697115136e",
"operator": "equal_to",
"value": "Historical Building Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "ChoiceField",
"key": "1f444ca7-bc01-d1b3-98be-c2815868ba53",
"label": "Construction Material",
"description": "what is the building made from, as observed from the street.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "construction_material",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "Glass",
"value": "Glass"
},
{
"label": "Steel",
"value": "Steel"
},
{
"label": "Concrete",
"value": "Concrete"
},
{
"label": "Cement",
"value": "Cement"
},
{
"label": "Brick",
"value": "Brick"
},
{
"label": "Wood",
"value": "Wood"
}
]
},
{
"type": "ChoiceField",
"key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"label": "Public Restrooms Available? ",
"description": "Men or Women washroom facilities (toilets)",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "public_restrooms_available_",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "0425d9ec-2563-6e95-9a78-ad482df0e98a",
"operator": "equal_to",
"value": "Commercial"
},
{
"field_key": "0425d9ec-2563-6e95-9a78-ad482df0e98a",
"operator": "equal_to",
"value": "Mixed (Both)"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "01000234-bbe2-9d5d-3e64-abe975a1f35d",
"label": "Free? ",
"description": "is there a charge to use the bathroom? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "free_",
"default_value": "Yes",
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "13494502-bdae-58b2-b301-8b95219ad657",
"label": "Public Restroom Locations? ",
"description": "if there are public restrooms available, where are they located ? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "public_restroom_locations_",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "Lobby",
"value": "Lobby"
},
{
"label": "Common Area - Stairwell",
"value": "Common Area - Stairwell"
},
{
"label": "Common Area - Elevators",
"value": "Common Area - Elevators"
}
]
},
{
"type": "ChoiceField",
"key": "906606f1-df81-1ebb-5eeb-676a22f2b670",
"label": "Private Bathroom Locations",
"description": "location of private bathrooms",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "private_bathroom_locations",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"operator": "equal_to",
"value": "No"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "In-Suites",
"value": "In-Suites"
},
{
"label": "In-Offices",
"value": "In-Offices"
},
{
"label": "Vendor Managed (Pay)",
"value": "Vendor Managed (Pay)"
},
{
"label": "None present",
"value": "None present"
}
]
},
{
"type": "ChoiceField",
"key": "ffa58182-d80c-3910-58bb-89268054ed77",
"label": "Basement ?",
"description": "Does the building have a subfloor or basement below ground level? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "basement_",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "c6c91369-3ad8-939a-3dd3-da37c308956d",
"label": "Number of Floors",
"description": "count the number of floors in the building",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "number_of_floors",
"default_value": "1",
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choice_list_id": "04f86fd3-ec5f-49e6-9965-d0507970aa46"
},
{
"type": "ChoiceField",
"key": "7b4ead4e-e8b7-91cb-adba-dd6531886446",
"label": "Building Height (meters)",
"description": "Estimate the height (in meters) from ground floor to the roof or enter exact value if discovered or measured.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_height_meters",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": true,
"choice_list_id": "04f86fd3-ec5f-49e6-9965-d0507970aa46"
},
{
"type": "ChoiceField",
"key": "762fa118-b864-92f5-56a7-d20dd6baca67",
"label": "Building Security Features",
"description": "physical features observed for building protection",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_security_features",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "Cameras",
"value": "Cameras"
},
{
"label": "Fences",
"value": "Fences"
},
{
"label": "Guards",
"value": "Guards"
},
{
"label": "Dogs",
"value": "Dogs"
},
{
"label": "Window Bars",
"value": "Window Bars"
},
{
"label": "Razor Wire",
"value": "Razor Wire"
},
{
"label": "No Parking Zones",
"value": "No Parking Zones"
},
{
"label": "None present",
"value": "None present"
}
]
},
{
"type": "ChoiceField",
"key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"label": "Utilities Present? ",
"description": "are there utility services to the building as observed? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "utilities_present_",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "667de998-2a69-bb1b-0082-65784890abee",
"label": "Utility Types",
"description": "various public utilities services",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "utility_types",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": "all",
"required_conditions": [
{
"field_key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"operator": "equal_to",
"value": "Yes"
}
],
"multiple": true,
"allow_other": false,
"choices": [
{
"label": "Unknown",
"value": "Unknown"
},
{
"label": "Water",
"value": "Water"
},
{
"label": "Sewer",
"value": "Sewer"
},
{
"label": "Electric",
"value": "Electric"
},
{
"label": "Gas",
"value": "Gas"
},
{
"label": "Telephone",
"value": "Telephone"
}
]
},
{
"type": "PhotoField",
"key": "84cff745-db43-e5e0-9bfb-ff0937b78fa9",
"label": "Photos of Utilities",
"description": "capture picture of utilities at the building connection location, wherever they can be observed",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "photos_of_utilities",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "TextField",
"key": "0937cc94-f45d-f760-7079-bf9cb2a4a226",
"label": "Building Comments",
"description": "any additional comments or description about the Building Information",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_comments",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
},
{
"type": "Section",
"key": "968fe7a3-b64b-eb76-523e-01a3ef31fed7",
"label": "Building Occupancy",
"description": "occupancy information",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_occupancy",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "ChoiceField",
"key": "e56058eb-4686-2bf8-0fd6-8750dc53e7a8",
"label": "Fully Occupied? ",
"description": "is the building fully occupied? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "fully_occupied_",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
},
{
"label": "Unknown",
"value": "Unknown"
}
]
},
{
"type": "TextField",
"key": "dafaf484-1e07-57ff-f7dc-8fe7c611d0d8",
"label": "Percent Vacant? ",
"description": "enter a number indicating approximate building vacancy",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "percent_vacant_",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "e56058eb-4686-2bf8-0fd6-8750dc53e7a8",
"operator": "equal_to",
"value": "No"
}
],
"required_conditions_type": "all",
"required_conditions": [
{
"field_key": "e56058eb-4686-2bf8-0fd6-8750dc53e7a8",
"operator": "equal_to",
"value": "No"
}
],
"numeric": false
},
{
"type": "TextField",
"key": "c937b619-a120-a0a0-fc24-82877590f704",
"label": "Leasing Phone Number",
"description": "the phone number to call for inquiries about renting or leasing space in the building",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "leasing_phone_number",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "ad7d3fce-29a0-abb4-5fd1-68b7559f086a",
"label": "Landlord (First Name)",
"description": "please ask for the first name of the landlord",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "landlord_first_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "68ea433f-d936-867e-70be-c0517b44511f",
"label": "Landlord (Last Name)",
"description": "please ask for the last name of the landlord",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "landlord_last_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "af2c60ec-baf5-7322-88fe-b59310018071",
"label": "Landlord Phone Number",
"description": "Please ask for the contact phone number of the landlord",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "landlord_phone_number",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
}
]
},
{
"name": "Test App",
"description": null,
"bounding_box": [
0,
0,
0,
0
],
"record_title_key": "e33f",
"status_field": {},
"auto_assign": false,
"id": "6f7bdc06-8524-4e38-86ff-fd162533c4dc",
"record_count": 0,
"created_at": "2014-07-17T02:31:08Z",
"updated_at": "2014-07-17T02:31:08Z",
"elements": [
{
"type": "YesNoField",
"key": "e33f",
"label": "Are you there?",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "are_you_there",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"positive": {
"label": "Yes",
"value": "yes"
},
"negative": {
"label": "No",
"value": "no"
},
"neutral": {
"label": "N/A",
"value": "n/a"
},
"neutral_enabled": false
},
{
"type": "ChoiceField",
"key": "4bca",
"label": "How many?",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "how_many",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "One",
"value": "One"
},
{
"label": "Two",
"value": "Two"
},
{
"label": "Three",
"value": "Three"
}
]
},
{
"type": "PhotoField",
"key": "4228",
"label": "Photos",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "photos",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "Section",
"key": "75c7",
"label": "What Time",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "what_time",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "TimeField",
"key": "6676",
"label": "Time",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "time",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "Section",
"key": "bcbc",
"label": "Where",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "where",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "AddressField",
"key": "716f",
"label": "Address",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "address",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"auto_populate": true
}
]
}
]
}
]
},
{
"name": "TEST2",
"description": "updated",
"bounding_box": [
0,
0,
0,
0
],
"record_title_key": "0cbc99fb-be45-c0ca-a11b-5f7fd75cbd88",
"status_field": {},
"auto_assign": false,
"id": "9d1eede4-8832-49e6-9e2a-bbf10db81e37",
"record_count": 0,
"created_at": "2014-07-17T02:51:33Z",
"updated_at": "2014-07-17T02:51:46Z",
"elements": [
{
"type": "Section",
"key": "0b80",
"label": "Tell us about you",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "tell_us_about_you",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "Label",
"key": "3e37",
"label": "Who are you?",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "who_are_you",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "TextField",
"key": "195a",
"label": "Tell us your name",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "tell_us_your_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
},
{
"type": "Section",
"key": "9cd21ea1-2d05-e744-7590-e50991f194cd",
"label": "Building Address",
"description": null,
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_address",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "PhotoField",
"key": "4ae4d02a-0654-4a85-c1a6-ea8cd68761af",
"label": "Photo(s) of Building",
"description": "take at least one picture of building from across the street, directly opposite the front entrance. Take more if needed to properly frame the building and surrounding structures.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "photos_of_building",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "TextField",
"key": "0cbc99fb-be45-c0ca-a11b-5f7fd75cbd88",
"label": "Building Number",
"description": "the actual address number of the building (for postal or courier delivery)",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_number",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "ChoiceField",
"key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"label": "Street Name(s)",
"description": "Official Street Name = recognized by National or Federal Government; Alternate Street Name =recognized by local Government (City, Province, etc.); the historical name of the street is the one that neighborhood residents use when referring to the street or giving directions IF different than Alternate or Official Street Name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "street_names",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": false,
"choices": [
{
"label": "Official Street Name",
"value": "Official Street Name"
},
{
"label": "Alternate Street Name",
"value": "Alternate Street Name"
},
{
"label": "Local Street Name",
"value": "Local Street Name"
}
]
},
{
"type": "TextField",
"key": "e53fb1ff-c566-e2f2-bcd6-71b48fce5363",
"label": "Official Street Name",
"description": "Name of street recognized by National or Federal Government",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "official_street_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"operator": "equal_to",
"value": "Official Street Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "778e3628-5afd-2dc1-b14b-bc19dbfa06c9",
"label": "Alternate Street Name",
"description": "Name recognized by local Government (City, Province, etc.)",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "alternate_street_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"operator": "equal_to",
"value": "Alternate Street Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "c04cf0fe-5178-f917-ce45-9bdb63e71899",
"label": "Local Street Name",
"description": "the historical name of the street that neighborhood residents use when referring to the street or giving directions IF different than Alternate or Official Street Name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "local_street_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "ced3494c-df5b-7097-6082-bad9c80c9f37",
"operator": "equal_to",
"value": "Local Street Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "d4165997-ffd8-ab46-ce74-91e585856ec0",
"label": "City",
"description": "or village ",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "city",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "cd3cbf33-c7cc-5fb7-764c-e9a64c14e678",
"label": "Postal Code",
"description": "local postal code routing ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "postal_code",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "2da464ea-9725-8eab-d90b-eecca9dcb7a2",
"label": "Neighborhood Name",
"description": "the local neighborhood where the building is located (what local residents refer to the area as), it is an optional but Preferred field so please collect for every record if possible",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "neighborhood_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
},
{
"type": "Section",
"key": "a577b8da-0806-d6bb-769e-ff13f303b850",
"label": "Building Information",
"description": "detailed information about the building structure",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_information",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "ChoiceField",
"key": "0088c705-d16c-675c-9ba8-5cbaa2a2a468",
"label": "Accessibility",
"description": "How easy is the building to approach and collect information? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "accessibility",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Open",
"value": "Open"
},
{
"label": "Challenging",
"value": "Challenging"
},
{
"label": "Difficult",
"value": "Difficult"
},
{
"label": "Impossible",
"value": "Impossible"
}
]
},
{
"type": "ChoiceField",
"key": "0425d9ec-2563-6e95-9a78-ad482df0e98a",
"label": "Building Type",
"description": "where it is commercial or mixed with residential",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_type",
"default_value": "Commercial",
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Commercial",
"value": "Commercial"
},
{
"label": "Mixed (Commercial and Residential)",
"value": "Mixed (Commercial and Residential)"
}
]
},
{
"type": "ChoiceField",
"key": "b585e62c-b036-b3a7-a728-07697115136e",
"label": "Building Name(s)",
"description": "various names for the building structure; official name or historical name or local neighborhood name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_names",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": false,
"choice_list_id": "f42611e9-bb4d-4e95-8561-5cad7af081c0"
},
{
"type": "TextField",
"key": "5c4305d5-5d65-9519-8ccf-befa88ae6145",
"label": "Official Building Name",
"description": "the name promoted by the building owner / manager",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "official_building_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "b585e62c-b036-b3a7-a728-07697115136e",
"operator": "equal_to",
"value": "Official Building Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "f9e67165-9e07-9164-8298-8b89219b7005",
"label": "Local Building Name",
"description": "name of a building if referred to by local residents or city residents differently than official building name",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "local_building_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "b585e62c-b036-b3a7-a728-07697115136e",
"operator": "equal_to",
"value": "Local Neighborhood Building Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "bcb16a71-379e-056e-56ae-45a23f3e8424",
"label": "Historical Building Name",
"description": "If well known from the past as important local landmark even if renamed or used for different purpose than originally built for.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "historical_building_name",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "b585e62c-b036-b3a7-a728-07697115136e",
"operator": "equal_to",
"value": "Historical Building Name"
}
],
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "ChoiceField",
"key": "1f444ca7-bc01-d1b3-98be-c2815868ba53",
"label": "Construction Material",
"description": "what is the building made from, as observed from the street.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "construction_material",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "Glass",
"value": "Glass"
},
{
"label": "Steel",
"value": "Steel"
},
{
"label": "Concrete",
"value": "Concrete"
},
{
"label": "Cement",
"value": "Cement"
},
{
"label": "Brick",
"value": "Brick"
},
{
"label": "Wood",
"value": "Wood"
}
]
},
{
"type": "ChoiceField",
"key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"label": "Public Restrooms Available? ",
"description": "Men or Women washroom facilities (toilets)",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "public_restrooms_available_",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "0425d9ec-2563-6e95-9a78-ad482df0e98a",
"operator": "equal_to",
"value": "Commercial"
},
{
"field_key": "0425d9ec-2563-6e95-9a78-ad482df0e98a",
"operator": "equal_to",
"value": "Mixed (Both)"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "01000234-bbe2-9d5d-3e64-abe975a1f35d",
"label": "Free? ",
"description": "is there a charge to use the bathroom? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "free_",
"default_value": "Yes",
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "13494502-bdae-58b2-b301-8b95219ad657",
"label": "Public Restroom Locations? ",
"description": "if there are public restrooms available, where are they located ? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "public_restroom_locations_",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "Lobby",
"value": "Lobby"
},
{
"label": "Common Area - Stairwell",
"value": "Common Area - Stairwell"
},
{
"label": "Common Area - Elevators",
"value": "Common Area - Elevators"
}
]
},
{
"type": "ChoiceField",
"key": "906606f1-df81-1ebb-5eeb-676a22f2b670",
"label": "Private Bathroom Locations",
"description": "location of private bathrooms",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "private_bathroom_locations",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "7318b5cb-34a0-b438-3a82-19ec845802d0",
"operator": "equal_to",
"value": "No"
}
],
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "In-Suites",
"value": "In-Suites"
},
{
"label": "In-Offices",
"value": "In-Offices"
},
{
"label": "Vendor Managed (Pay)",
"value": "Vendor Managed (Pay)"
},
{
"label": "None present",
"value": "None present"
}
]
},
{
"type": "ChoiceField",
"key": "ffa58182-d80c-3910-58bb-89268054ed77",
"label": "Basement ?",
"description": "Does the building have a subfloor or basement below ground level? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "basement_",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "c6c91369-3ad8-939a-3dd3-da37c308956d",
"label": "Number of Floors",
"description": "count the number of floors in the building",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "number_of_floors",
"default_value": "1",
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choice_list_id": "04f86fd3-ec5f-49e6-9965-d0507970aa46"
},
{
"type": "ChoiceField",
"key": "7b4ead4e-e8b7-91cb-adba-dd6531886446",
"label": "Building Height (meters)",
"description": "Estimate the height (in meters) from ground floor to the roof or enter exact value if discovered or measured.",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_height_meters",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": true,
"choice_list_id": "04f86fd3-ec5f-49e6-9965-d0507970aa46"
},
{
"type": "ChoiceField",
"key": "762fa118-b864-92f5-56a7-d20dd6baca67",
"label": "Building Security Features",
"description": "physical features observed for building protection",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "building_security_features",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": true,
"allow_other": true,
"choices": [
{
"label": "Cameras",
"value": "Cameras"
},
{
"label": "Fences",
"value": "Fences"
},
{
"label": "Guards",
"value": "Guards"
},
{
"label": "Dogs",
"value": "Dogs"
},
{
"label": "Window Bars",
"value": "Window Bars"
},
{
"label": "Razor Wire",
"value": "Razor Wire"
},
{
"label": "No Parking Zones",
"value": "No Parking Zones"
},
{
"label": "None present",
"value": "None present"
}
]
},
{
"type": "ChoiceField",
"key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"label": "Utilities Present? ",
"description": "are there utility services to the building as observed? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "utilities_present_",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
}
]
},
{
"type": "ChoiceField",
"key": "667de998-2a69-bb1b-0082-65784890abee",
"label": "Utility Types",
"description": "various public utilities services",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "utility_types",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": "all",
"required_conditions": [
{
"field_key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"operator": "equal_to",
"value": "Yes"
}
],
"multiple": true,
"allow_other": false,
"choices": [
{
"label": "Unknown",
"value": "Unknown"
},
{
"label": "Water",
"value": "Water"
},
{
"label": "Sewer",
"value": "Sewer"
},
{
"label": "Electric",
"value": "Electric"
},
{
"label": "Gas",
"value": "Gas"
},
{
"label": "Telephone",
"value": "Telephone"
}
]
},
{
"type": "PhotoField",
"key": "84cff745-db43-e5e0-9bfb-ff0937b78fa9",
"label": "Photos of Utilities",
"description": "capture picture of utilities at the building connection location, wherever they can be observed",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "photos_of_utilities",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "1e40b3ba-ab20-d8f2-1935-37768b772dfe",
"operator": "equal_to",
"value": "Yes"
}
],
"required_conditions_type": null,
"required_conditions": null
},
{
"type": "TextField",
"key": "0937cc94-f45d-f760-7079-bf9cb2a4a226",
"label": "Building Comments",
"description": "any additional comments or description about the Building Information",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_comments",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
},
{
"type": "Section",
"key": "968fe7a3-b64b-eb76-523e-01a3ef31fed7",
"label": "Building Occupancy",
"description": "occupancy information",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "building_occupancy",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"display": "inline",
"elements": [
{
"type": "ChoiceField",
"key": "e56058eb-4686-2bf8-0fd6-8750dc53e7a8",
"label": "Fully Occupied? ",
"description": "is the building fully occupied? ",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "fully_occupied_",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"multiple": false,
"allow_other": false,
"choices": [
{
"label": "Yes",
"value": "Yes"
},
{
"label": "No",
"value": "No"
},
{
"label": "Unknown",
"value": "Unknown"
}
]
},
{
"type": "TextField",
"key": "dafaf484-1e07-57ff-f7dc-8fe7c611d0d8",
"label": "Percent Vacant? ",
"description": "enter a number indicating approximate building vacancy",
"required": true,
"disabled": false,
"hidden": false,
"data_name": "percent_vacant_",
"default_value": null,
"visible_conditions_type": "all",
"visible_conditions": [
{
"field_key": "e56058eb-4686-2bf8-0fd6-8750dc53e7a8",
"operator": "equal_to",
"value": "No"
}
],
"required_conditions_type": "all",
"required_conditions": [
{
"field_key": "e56058eb-4686-2bf8-0fd6-8750dc53e7a8",
"operator": "equal_to",
"value": "No"
}
],
"numeric": false
},
{
"type": "TextField",
"key": "c937b619-a120-a0a0-fc24-82877590f704",
"label": "Leasing Phone Number",
"description": "the phone number to call for inquiries about renting or leasing space in the building",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "leasing_phone_number",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "ad7d3fce-29a0-abb4-5fd1-68b7559f086a",
"label": "Landlord (First Name)",
"description": "please ask for the first name of the landlord",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "landlord_first_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "68ea433f-d936-867e-70be-c0517b44511f",
"label": "Landlord (Last Name)",
"description": "please ask for the last name of the landlord",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "landlord_last_name",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
},
{
"type": "TextField",
"key": "af2c60ec-baf5-7322-88fe-b59310018071",
"label": "Landlord Phone Number",
"description": "Please ask for the contact phone number of the landlord",
"required": false,
"disabled": false,
"hidden": false,
"data_name": "landlord_phone_number",
"default_value": null,
"visible_conditions_type": null,
"visible_conditions": null,
"required_conditions_type": null,
"required_conditions": null,
"numeric": false
}
]
}
]
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment