diff --git a/api/account.go b/api/account.go index 17f761f5a..37d14a011 100644 --- a/api/account.go +++ b/api/account.go @@ -28,6 +28,10 @@ var knownFormVersions = map[string][]string{ "SF85": []string{ "2017-12-draft7", }, + + "SF85P": []string{ + "2017-10-draft3", + }, } const ( diff --git a/api/testdata/complete-scenarios/SF85P/test2.json b/api/testdata/complete-scenarios/SF85P/test2.json new file mode 100644 index 000000000..acde2f547 --- /dev/null +++ b/api/testdata/complete-scenarios/SF85P/test2.json @@ -0,0 +1,11359 @@ +{ + "Citizenship": { + "Multiple": { + "type": "citizenship.multiple", + "props": { + "HasMultiple": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Country": { + "type": "country", + "props": { + "name": "Country", + "showComments": false, + "value": [ + "Bosnia and Herzegovina" + ] + } + }, + "Current": { + "type": "branch", + "props": {} + }, + "CurrentExplanation": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "05", + "day": "05", + "year": "1987", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "How": { + "type": "textarea", + "props": { + "name": "How", + "value": "I won it in a dart throwing contest in Prague." + } + }, + "Renounced": { + "type": "branch", + "props": {} + }, + "RenouncedExplanation": { + "type": "textarea", + "props": {} + } + } + }, + { + "Item": { + "Country": { + "type": "country", + "props": { + "name": "Country", + "showComments": false, + "value": [ + "United States" + ] + } + }, + "Current": { + "type": "branch", + "props": {} + }, + "CurrentExplanation": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "16", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "09", + "day": "01", + "year": "1975", + "estimated": true, + "touched": true + } + }, + "present": true + } + }, + "How": { + "type": "textarea", + "props": {} + }, + "Renounced": { + "type": "branch", + "props": {} + }, + "RenouncedExplanation": { + "type": "textarea", + "props": {} + } + } + } + ] + } + } + } + }, + "Passports": { + "type": "citizenship.passports", + "props": { + "Passports": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [ + { + "Item": { + "Countries": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Country": { + "type": "country", + "props": { + "name": "Country", + "showComments": false, + "value": [ + "France" + ] + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "02", + "day": "15", + "year": "1999", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "02", + "day": "01", + "year": "1999", + "estimated": false, + "touched": true + } + }, + "present": false + } + } + } + } + ], + "branch": null + } + }, + "Country": { + "type": "country", + "props": { + "name": "Country", + "showComments": false, + "value": [ + "Bosnia and Herzegovina" + ] + } + }, + "Expiration": { + "type": "datecontrol", + "props": { + "name": "Expiration", + "month": "02", + "day": "01", + "year": "2009", + "estimated": false, + "touched": true + } + }, + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Issued": { + "type": "datecontrol", + "props": { + "name": "Issued", + "month": "05", + "day": "05", + "year": "1999", + "estimated": false, + "touched": true + } + }, + "Location": { + "type": "location", + "props": { + "city": "Sarajevo", + "zipcode": "", + "state": "", + "country": "Bosnia and Herzegovina", + "layout": "City, Country", + "validated": false + } + }, + "Name": { + "type": "name", + "props": { + "first": "Benjamin", + "firstInitialOnly": false, + "last": "Tallmadge", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "", + "suffixOther": "" + } + }, + "Number": { + "type": "text", + "props": { + "value": "893247443", + "name": "Number" + } + }, + "Used": { + "type": "branch", + "props": { + "name": "Used", + "value": "Yes" + } + } + } + }, + { + "Item": { + "Countries": { + "type": "collection", + "props": { + "items": [], + "branch": null + } + }, + "Country": { + "type": "country", + "props": {} + }, + "Expiration": { + "type": "datecontrol", + "props": {} + }, + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Issued": { + "type": "datecontrol", + "props": {} + }, + "Location": { + "type": "location", + "props": {} + }, + "Name": { + "type": "name", + "props": {} + }, + "Number": { + "type": "text", + "props": {} + }, + "Used": { + "type": "branch", + "props": {} + } + } + } + ] + } + } + } + }, + "Status": { + "type": "citizenship.status", + "props": { + "CitizenshipStatus": { + "type": "radio", + "props": { + "value": "ForeignBorn" + } + }, + "AbroadDocumentation": { + "type": "radio", + "props": { + "value": "" + } + }, + "Explanation": { + "type": "textarea", + "props": { + "value": "" + } + }, + "DocumentNumber": { + "type": "text", + "props": { + "value": "" + } + }, + "DocumentIssued": { + "type": "datecontrol", + "props": { + "month": "", + "day": "", + "year": "", + "estimated": false + } + }, + "DocumentName": { + "type": "name", + "props": { + "first": "", + "firstInitialOnly": false, + "middle": "", + "middleInitialOnly": false, + "noMiddleName": false, + "last": "", + "suffix": "", + "suffixOther": "" + } + }, + "DocumentExpiration": { + "type": "datecontrol", + "props": { + "month": "", + "day": "", + "year": "", + "estimated": false + } + }, + "DocumentType": { + "type": "radio", + "props": { + "value": "" + } + }, + "PlaceIssued": { + "type": "location", + "props": { + "layout": "", + "country": "" + } + }, + "CertificateNumber": { + "type": "text", + "props": { + "value": "" + } + }, + "CertificateIssued": { + "type": "datecontrol", + "props": { + "month": "", + "day": "", + "year": "", + "estimated": false + } + }, + "CertificateName": { + "type": "name", + "props": { + "first": "", + "firstInitialOnly": false, + "middle": "", + "middleInitialOnly": false, + "noMiddleName": false, + "last": "", + "suffix": "", + "suffixOther": "" + } + }, + "CertificateCourtName": { + "type": "text", + "props": { + "value": "" + } + }, + "CertificateCourtAddress": { + "type": "location", + "props": { + "layout": "", + "country": "" + } + }, + "BornOnMilitaryInstallation": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "MilitaryBase": { + "type": "text", + "props": { + "value": "Bosnia-Herzegovina" + } + }, + "EntryDate": { + "type": "datecontrol", + "props": { + "month": "", + "day": "", + "year": "", + "estimated": false + } + }, + "EntryLocation": { + "type": "location", + "props": { + "layout": "", + "country": "" + } + }, + "PriorCitizenship": { + "type": "country", + "props": { + "value": null + } + }, + "HasAlienRegistration": { + "type": "branch", + "props": { + "value": "" + } + }, + "AlienRegistrationNumber": { + "type": "text", + "props": { + "value": "" + } + }, + "AlienRegistrationExpiration": { + "type": "datecontrol", + "props": { + "month": "", + "day": "", + "year": "", + "estimated": false + } + }, + "Basis": { + "type": "radio", + "props": { + "value": "" + } + }, + "PermanentResidentCardNumber": { + "type": "text", + "props": { + "value": "" + } + }, + "ResidenceStatus": { + "type": "text", + "props": { + "value": "" + } + } + } + } + }, + "Financial": { + "Bankruptcy": { + "type": "financial.bankruptcy", + "props": { + "HasBankruptcy": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "CourtAddress": { + "type": "location", + "props": { + "street": "1234 Main St", + "street2": "", + "city": "Alameda", + "zipcode": "94706", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "CourtInvolved": { + "type": "text", + "props": { + "value": "US District Court of Alameda", + "name": "CourtInvolved" + } + }, + "CourtNumber": { + "type": "text", + "props": { + "value": "23622", + "name": "CourtNumber" + } + }, + "DateDischarged": { + "type": "datecontrol", + "props": { + "name": "DateDischarged", + "month": "08", + "day": "1", + "year": "1984", + "estimated": true, + "touched": true + } + }, + "DateDischargedNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "DateFiled": { + "type": "datecontrol", + "props": { + "name": "DateFiled", + "month": "06", + "day": "1", + "year": "1982", + "estimated": true, + "touched": true + } + }, + "DischargeExplanation": { + "type": "textarea", + "props": { + "name": "DischargeExplanation", + "value": "I'm very convincing." + } + }, + "HasDischargeExplanation": { + "type": "branch", + "props": { + "name": "discharge_explanation", + "value": "Yes" + } + }, + "NameDebt": { + "type": "name", + "props": { + "first": "Hamilton", + "firstInitialOnly": false, + "last": "Sinchell", + "middle": "L", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "PetitionType": { + "type": "radio", + "props": { + "name": "petition_type", + "value": "Chapter7", + "checked": false + } + }, + "TotalAmount": { + "type": "number", + "props": { + "value": "613455" + } + }, + "Trustee": { + "type": "text", + "props": {} + }, + "TrusteeAddress": { + "type": "location", + "props": {} + } + } + } + ] + } + } + } + }, + "Card": { + "type": "financial.card", + "props": { + "HasCardAbuse": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "361 Kings Highway", + "city": "Yakima", + "zipcode": "98901", + "state": "WA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Agency": { + "type": "text", + "props": { + "value": "Travel R Us!", + "name": "Agency" + } + }, + "Amount": { + "type": "number", + "props": { + "value": "2500" + } + }, + "AmountEstimated": { + "type": "checkbox", + "props": { + "name": "AmountEstimated", + "checked": true + } + }, + "Date": { + "type": "datecontrol", + "props": {} + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "The money was taken out of my paycheck. " + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I drunkenly made traveling arrangements on a company card." + } + } + } + } + ] + } + } + } + }, + "Credit": { + "type": "financial.credit", + "props": { + "HasCreditCounseling": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I'm paying down my credit cards using the \"snowball method\" - I have successfully paid off 3 of my 15 credit cards since seeking counseling." + } + }, + "Explanation": { + "type": "textarea", + "props": { + "name": "Explanation", + "value": "I have too many credit cards." + } + }, + "Location": { + "type": "location", + "props": { + "city": "Washington", + "state": "DC", + "layout": "City, State", + "validated": false + } + }, + "Name": { + "type": "text", + "props": { + "value": "National Foundation for Credit Counseling", + "name": "Name" + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Day", + "type": "Domestic", + "numberType": "", + "number": "8003882227", + "extension": "", + "noNumber": false + } + } + } + } + ] + } + } + } + }, + "Delinquent": { + "type": "financial.delinquent", + "props": { + "HasDelinquent": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "AccountNumber": { + "type": "text", + "props": { + "value": "23462111", + "name": "AccountNumber" + } + }, + "Amount": { + "type": "number", + "props": { + "value": "98000" + } + }, + "AmountEstimated": { + "type": "checkbox", + "props": { + "name": "AmountEstimated", + "checked": true + } + }, + "CourtAddress": { + "type": "location", + "props": { + "street": "1903 Western Michigan Avenue", + "city": "Kalamazoo", + "zipcode": "49008", + "state": "MI", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "CourtName": { + "type": "text", + "props": { + "value": "US District Court of Kalamazoo", + "name": "CourtName" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "11", + "day": "1", + "year": "2014", + "estimated": false, + "touched": true + } + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I tracked my friend down and made them pay me back." + } + }, + "Infractions": { + "type": "checkboxgroup", + "props": { + "name": "Infractions", + "values": [ + "Judgement" + ] + } + }, + "Name": { + "type": "text", + "props": { + "value": "Capital One", + "name": "Name" + } + }, + "PropertyType": { + "type": "text", + "props": { + "value": "N/A", + "name": "PropertyType" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I cosigned on a loan for a friend, turns out they weren't my friend." + } + }, + "Resolved": { + "type": "datecontrol", + "props": { + "name": "Resolved", + "month": "10", + "day": "1", + "year": "2016", + "estimated": true, + "touched": true + } + }, + "ResolvedNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Status": { + "type": "text", + "props": { + "value": "Resolved", + "name": "Status" + } + } + } + } + ] + } + } + } + }, + "Gambling": { + "type": "financial.gambling", + "props": { + "HasGamblingDebt": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Actions": { + "type": "textarea", + "props": { + "name": "Actions", + "value": "I attended a voluntary counseling series aimed at curing gambling addiction." + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "01", + "day": "01", + "year": "1989", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "02", + "day": "02", + "year": "1985", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I went into a depression after my bankruptcy and turned to gambling to ease my pain.Io " + } + }, + "Losses": { + "type": "number", + "props": { + "value": "8700" + } + } + } + } + ] + } + } + } + }, + "Nonpayment": { + "type": "financial.nonpayment", + "props": { + "HasNonpayment": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "AccountNumber": { + "type": "text", + "props": { + "value": "936388", + "name": "AccountNumber" + } + }, + "Amount": { + "type": "number", + "props": { + "value": "6700" + } + }, + "AmountEstimated": { + "type": "checkbox", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "02", + "day": "1", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I'm trying to sell the carpark. " + } + }, + "Infractions": { + "type": "checkboxgroup", + "props": { + "name": "Infractions", + "values": [ + "Any" + ] + } + }, + "Name": { + "type": "text", + "props": { + "value": "Sallie Mae", + "name": "Name" + } + }, + "PropertyType": { + "type": "text", + "props": { + "value": "Large Carpark", + "name": "PropertyType" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I invested in a carpark, it turns out it wasn't zoned for that - hence the cheap price. I couldn't make any money on it, and so lost money." + } + }, + "Resolved": { + "type": "datecontrol", + "props": {} + }, + "ResolvedNotApplicable": { + "type": "notapplicable", + "props": { + "name": "ResolvedNotApplicable", + "applicable": false + } + }, + "Status": { + "type": "text", + "props": { + "value": "Resolved", + "name": "Status" + } + } + } + } + ] + } + } + } + }, + "Taxes": { + "type": "financial.taxes", + "props": { + "HasTaxes": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Agency": { + "type": "text", + "props": { + "value": "IRS", + "name": "Agency" + } + }, + "Amount": { + "type": "number", + "props": { + "value": "20300" + } + }, + "AmountEstimated": { + "type": "checkbox", + "props": { + "name": "AmountEstimated", + "checked": true + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "01", + "day": "1", + "year": "2002", + "estimated": true, + "touched": true + } + }, + "DateNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I called up the IRS and made a payment as soon as I realized what I had done." + } + }, + "Failure": { + "type": "radio", + "props": { + "name": "Failure", + "value": "Both" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I came into a large inheritance and was out of the country during tax season, so I forgot." + } + }, + "TaxType": { + "type": "text", + "props": { + "value": "Income", + "name": "TaxType" + } + }, + "Year": { + "type": "datecontrol", + "props": { + "name": "Year", + "month": "1", + "day": "1", + "year": "2001", + "estimated": false, + "touched": true + } + }, + "YearEstimated": { + "type": "checkbox", + "props": { + "name": "YearEstimated", + "checked": true + } + } + } + } + ] + } + } + } + } + }, + "Foreign": { + "Advice": { + "type": "foreign.business.advice", + "props": { + "HasForeignAdvice": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "BenefitActivity": { + "type": "foreign.activities.benefits", + "props": { + "HasBenefits": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Conferences": { + "type": "foreign.business.conferences", + "props": { + "HasForeignConferences": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Contact": { + "type": "foreign.business.contact", + "props": { + "HasForeignContact": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Contacts": { + "type": "foreign.contacts", + "props": { + "HasForeignContacts": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "DirectActivity": { + "type": "foreign.activities.direct", + "props": { + "HasInterests": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Employment": { + "type": "foreign.business.employment", + "props": { + "HasForeignEmployment": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Family": { + "type": "foreign.business.family", + "props": { + "HasForeignFamily": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "IndirectActivity": { + "type": "foreign.activities.indirect", + "props": { + "HasInterests": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Passport": { + "type": "foreign.passport", + "props": { + "HasPassports": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "Name": { + "type": "name", + "props": { + "first": "Benjamin", + "firstInitialOnly": false, + "middle": "", + "middleInitialOnly": false, + "noMiddleName": true, + "last": "Tallmadge", + "suffix": "", + "suffixOther": "" + } + }, + "Card": { + "type": "radio", + "props": { + "value": "Book" + } + }, + "Number": { + "type": "text", + "props": { + "value": "739562355" + } + }, + "Issued": { + "type": "datecontrol", + "props": { + "month": "05", + "day": "05", + "year": "2016", + "estimated": false + } + }, + "Expiration": { + "type": "datecontrol", + "props": { + "month": "05", + "day": "04", + "year": "2026", + "estimated": false + } + }, + "Comments": { + "type": "textarea", + "props": { + "value": "" + } + } + } + }, + "Political": { + "type": "foreign.business.political", + "props": { + "HasForeignPolitical": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "RealEstateActivity": { + "type": "foreign.activities.realestate", + "props": { + "HasInterests": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Sponsorship": { + "type": "foreign.business.sponsorship", + "props": { + "HasForeignSponsorship": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Support": { + "type": "foreign.activities.support", + "props": { + "HasForeignSupport": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Travel": { + "type": "foreign.travel", + "props": { + "HasForeignTravelOutside": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "HasForeignTravelOfficial": { + "type": "branch", + "props": { + "value": "No" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Contacted": { + "type": "branch", + "props": { + "name": "has_foreign_travel_contacted", + "value": "Yes" + } + }, + "ContactedExplanation": { + "type": "textarea", + "props": { + "name": "ContactedExplanation", + "value": "I was approached to smuggle some goods, but I ran away." + } + }, + "Counter": { + "type": "branch", + "props": {} + }, + "CounterExplanation": { + "type": "textarea", + "props": {} + }, + "Country": { + "type": "country", + "props": { + "name": "Country", + "showComments": false, + "value": [ + "India" + ] + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "01", + "day": "15", + "year": "2009", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "12", + "day": "12", + "year": "2008", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Days": { + "type": "radio", + "props": { + "value": "More than 30" + } + }, + "Encounter": { + "type": "branch", + "props": { + "name": "has_foreign_travel_encounter", + "value": "Yes" + } + }, + "EncounterExplanation": { + "type": "textarea", + "props": { + "name": "EncounterExplanation", + "value": "I said a bad word in front of a person and they reported me." + } + }, + "Interest": { + "type": "branch", + "props": {} + }, + "InterestExplanation": { + "type": "textarea", + "props": {} + }, + "Purpose": { + "type": "checkboxgroup", + "props": { + "values": [ + "Volunteer", + "Education", + "Tourism" + ] + } + }, + "Questioned": { + "type": "branch", + "props": { + "name": "has_foreign_travel_questioned", + "value": "Yes" + } + }, + "QuestionedExplanation": { + "type": "textarea", + "props": { + "name": "QuestionedExplanation", + "value": "I was falsely accused of possessing a controlled substance." + } + }, + "Sensitive": { + "type": "branch", + "props": {} + }, + "SensitiveExplanation": { + "type": "textarea", + "props": {} + }, + "Threatened": { + "type": "branch", + "props": {} + }, + "ThreatenedExplanation": { + "type": "textarea", + "props": {} + } + } + }, + { + "Item": { + "Contacted": { + "type": "branch", + "props": { + "name": "has_foreign_travel_contacted", + "value": "No" + } + }, + "ContactedExplanation": { + "type": "textarea", + "props": {} + }, + "Counter": { + "type": "branch", + "props": {} + }, + "CounterExplanation": { + "type": "textarea", + "props": {} + }, + "Country": { + "type": "country", + "props": { + "name": "Country", + "showComments": false, + "value": [ + "Japan" + ] + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "03", + "day": "14", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "03", + "day": "03", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "Days": { + "type": "radio", + "props": { + "value": "11-20" + } + }, + "Encounter": { + "type": "branch", + "props": { + "name": "has_foreign_travel_encounter", + "value": "No" + } + }, + "EncounterExplanation": { + "type": "textarea", + "props": { + "name": "EncounterExplanation", + "value": "" + } + }, + "Interest": { + "type": "branch", + "props": {} + }, + "InterestExplanation": { + "type": "textarea", + "props": {} + }, + "Purpose": { + "type": "checkboxgroup", + "props": { + "values": [ + "Business", + "Conference" + ] + } + }, + "Questioned": { + "type": "branch", + "props": { + "name": "has_foreign_travel_questioned", + "value": "Yes" + } + }, + "QuestionedExplanation": { + "type": "textarea", + "props": { + "name": "QuestionedExplanation", + "value": "There was a protest outside of the office I was visiting and I was wrongly mistaken for a protestor." + } + }, + "Sensitive": { + "type": "branch", + "props": {} + }, + "SensitiveExplanation": { + "type": "textarea", + "props": {} + }, + "Threatened": { + "type": "branch", + "props": {} + }, + "ThreatenedExplanation": { + "type": "textarea", + "props": {} + } + } + } + ] + } + } + } + }, + "Ventures": { + "type": "foreign.business.ventures", + "props": { + "HasForeignVentures": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "Voting": { + "type": "foreign.business.voting", + "props": { + "HasForeignVoting": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + } + }, + "History": { + "Education": { + "type": "history.education", + "props": { + "HasAttended": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "HasDegree10": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "Harvard University", + "city": "Cambridge", + "zipcode": "02138", + "state": "MA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "Diplomas": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Diploma": { + "type": "radio", + "props": {} + }, + "DiplomaOther": { + "type": "text", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "Name": { + "type": "text", + "props": { + "value": "Harvard Law School", + "name": "Name" + } + }, + "ReferenceAddress": { + "type": "location", + "props": { + "street": "110 Mt Auburn St", + "street2": "Room 301", + "city": "Cambridge", + "zipcode": "02138", + "state": "MA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "ReferenceEmail": { + "type": "email", + "props": { + "name": "ReferenceEmail", + "value": "william@harvard.edu" + } + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ReferenceName": { + "type": "name", + "props": { + "first": "William", + "firstInitialOnly": false, + "last": "Alford", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": true, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "ReferenceNameNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ReferencePhone": { + "type": "telephone", + "props": { + "name": "ReferencePhone", + "timeOfDay": "Day", + "type": "Domestic", + "numberType": "", + "number": "6174951000", + "extension": "", + "noNumber": false + } + }, + "Type": { + "type": "radio", + "props": { + "name": "type-college", + "value": "College", + "checked": false + } + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "450 Serra Mall", + "city": "Stanford", + "zipcode": "94305", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "05", + "day": "01", + "year": "2018", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "20", + "year": "2016", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Diplomas": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Diploma": { + "type": "radio", + "props": { + "name": "diploma-bachelor", + "value": "Bachelor", + "checked": false + } + }, + "DiplomaOther": { + "type": "text", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "05", + "day": "1", + "year": "2018", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Diploma": { + "type": "radio", + "props": { + "name": "diploma-master", + "value": "Master", + "checked": false + } + }, + "DiplomaOther": { + "type": "text", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "06", + "day": "1", + "year": "2018", + "estimated": true, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Diploma": { + "type": "radio", + "props": { + "name": "diploma-doctorate", + "value": "Doctorate", + "checked": false + } + }, + "DiplomaOther": { + "type": "text", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "07", + "day": "1", + "year": "2018", + "estimated": true, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Diploma": { + "type": "radio", + "props": {} + }, + "DiplomaOther": { + "type": "text", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "Name": { + "type": "text", + "props": { + "value": "Stanford University", + "name": "Name" + } + }, + "ReferenceAddress": { + "type": "location", + "props": { + "street": "123 Stanford St", + "street2": "", + "city": "Standford", + "zipcode": "94305", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "ReferenceEmail": { + "type": "email", + "props": { + "name": "ReferenceEmail", + "value": "maria@stanfordystandaland.edu" + } + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ReferenceName": { + "type": "name", + "props": { + "first": "Maria", + "firstInitialOnly": false, + "last": "Charles", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": true, + "noMiddleName": false, + "suffix": "Jr", + "suffixOther": "" + } + }, + "ReferenceNameNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ReferencePhone": { + "type": "telephone", + "props": { + "name": "ReferencePhone", + "timeOfDay": "Day", + "type": "Domestic", + "numberType": "", + "number": "6507331779", + "extension": "", + "noNumber": false + } + }, + "Type": { + "type": "radio", + "props": { + "name": "type-college", + "value": "College", + "checked": false + } + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "8181 2e Avenue", + "city": "Montreal", + "zipcode": "", + "state": "", + "country": "Canada", + "layout": "Address", + "validated": false + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "03", + "day": "15", + "year": "2015", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "2012", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Diplomas": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Diploma": { + "type": "radio", + "props": { + "name": "diploma-other", + "value": "Other", + "checked": false + } + }, + "DiplomaOther": { + "type": "text", + "props": { + "value": "Diploma of Collegial Studies in Circus Arts", + "name": "DiplomaOther" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "03", + "day": "1", + "year": "2015", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Diploma": { + "type": "radio", + "props": {} + }, + "DiplomaOther": { + "type": "text", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "Name": { + "type": "text", + "props": { + "value": "École Nationale de Cirque", + "name": "Name" + } + }, + "ReferenceAddress": { + "type": "location", + "props": {} + }, + "ReferenceEmail": { + "type": "email", + "props": {} + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": {} + }, + "ReferenceName": { + "type": "name", + "props": {} + }, + "ReferenceNameNotApplicable": { + "type": "notapplicable", + "props": {} + }, + "ReferencePhone": { + "type": "telephone", + "props": {} + }, + "Type": { + "type": "radio", + "props": { + "name": "type-vocational", + "value": "Vocational", + "checked": false + } + } + } + } + ] + } + } + } + }, + "Employment": { + "type": "history.employment", + "props": { + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Additional": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Position": { + "type": "text", + "props": {} + }, + "Supervisor": { + "type": "text", + "props": {} + }, + "DatesEmployed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + } + } + } + ], + "branch": null + } + }, + "Address": { + "type": "location", + "props": { + "street": "Fort Hamilton", + "street2": "Suite P", + "city": "Brooklyn", + "zipcode": "11252", + "state": "NY", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "03", + "day": "07", + "year": "2018", + "estimated": true, + "touched": true + } + }, + "present": true + } + }, + "DutyStation": { + "type": "text", + "props": { + "value": "Fort Hamilton", + "name": "DutyStation" + } + }, + "Employment": { + "type": "text", + "props": { + "value": "US Department of State", + "name": "Employment" + } + }, + "EmploymentActivity": { + "type": "employmentactivity", + "props": { + "value": "NonGovernment", + "otherExplanation": "" + } + }, + "PhysicalAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "name": "physicalAddress", + "value": "No" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "PhysicalAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReasonLeft": { + "type": "reasonleft", + "props": { + "Comments": { + "type": "textarea", + "props": {} + }, + "Reasons": { + "type": "collection", + "props": { + "items": [], + "branch": null + } + }, + "ReasonDescription": { + "type": "textarea", + "props": {} + } + } + }, + "ReferenceAddress": { + "type": "location", + "props": {} + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceName": { + "type": "name", + "props": {} + }, + "ReferencePhone": { + "type": "telephone", + "props": {} + }, + "Reprimand": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "I was simply too awesome at the battle of Fort George, and I was making the others look bad." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "06", + "day": "1", + "year": "2019", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "Too handsome, had to tone it down." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "02", + "day": "1", + "year": "2019", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "Gross desertion. " + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "12", + "day": "1", + "year": "2018", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "I stole another cookie from the cookie jar." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "09", + "day": "1", + "year": "2018", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "I stole a cookie from the cookie jar." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "08", + "day": "1", + "year": "2018", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "I was chewing gum during basketball practice." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "06", + "day": "1", + "year": "2018", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Text": { + "type": "textarea", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "Status": { + "type": "radio", + "props": { + "name": "Status", + "value": "FullTime" + } + }, + "Supervisor": { + "type": "supervisor", + "props": { + "SupervisorName": { + "type": "text", + "props": { + "value": "George Washington", + "name": "SupervisorName" + } + }, + "Title": { + "type": "text", + "props": { + "value": "President of the United States of America", + "name": "Title" + } + }, + "Email": { + "type": "email", + "props": { + "name": "Email", + "value": "georgie@usprezzie.gov" + } + }, + "EmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Address": { + "type": "location", + "props": { + "street": "1600 Pennsylvania Ave NW", + "street2": "Oval Office", + "city": "Washington", + "zipcode": "20500", + "state": "DC", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "8004844000", + "extension": "001", + "noNumber": false + } + } + } + }, + "SupervisorAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "5133066188", + "extension": "001", + "noNumber": false + } + }, + "Title": { + "type": "text", + "props": { + "value": "Major General", + "name": "Title" + } + } + } + }, + { + "Item": { + "Additional": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Position": { + "type": "text", + "props": {} + }, + "Supervisor": { + "type": "text", + "props": {} + }, + "DatesEmployed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + } + } + } + ], + "branch": null + } + }, + "Address": { + "type": "location", + "props": { + "street": "1730 Pennsylvania Ave NW", + "street2": "2nd Floor", + "city": "Washington", + "zipcode": "20006", + "state": "DC", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "03", + "day": "01", + "year": "2018", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "05", + "day": "20", + "year": "2017", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "DutyStation": { + "type": "text", + "props": {} + }, + "Employment": { + "type": "text", + "props": { + "value": "GCDC Grilled Cheese Bar", + "name": "Employment" + } + }, + "EmploymentActivity": { + "type": "employmentactivity", + "props": { + "value": "FederalContractor", + "otherExplanation": "" + } + }, + "PhysicalAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "name": "physicalAddress", + "value": "Yes" + } + }, + "Address": { + "type": "location", + "props": { + "street": "1730 Pennsylvania Ave NW", + "street2": "3rd Floor", + "city": "Washington", + "zipcode": "20006", + "state": "DC", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "telephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "2023934232", + "extension": "234", + "noNumber": false + } + } + } + }, + "PhysicalAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReasonLeft": { + "type": "reasonleft", + "props": { + "Comments": { + "type": "textarea", + "props": {} + }, + "Reasons": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "employment_performance", + "value": "Performance", + "checked": false + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "I could no longer taste the cheese sauce to make sure I had prepared it properly" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "03", + "day": "02", + "year": "2018", + "estimated": true, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "employment_quit", + "value": "Quit", + "checked": false + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "I was ashamed of my cheese sauce." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "03", + "day": "01", + "year": "2018", + "estimated": true, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Reason": { + "type": "textarea", + "props": {} + }, + "Text": { + "type": "textarea", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "ReasonDescription": { + "type": "textarea", + "props": { + "name": "reason_description", + "value": "I developed an intolerance for lactose." + } + } + } + }, + "ReferenceAddress": { + "type": "location", + "props": {} + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceName": { + "type": "name", + "props": {} + }, + "ReferencePhone": { + "type": "telephone", + "props": {} + }, + "Reprimand": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "My cheese sauce was dissatisfactory." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "02", + "day": "1", + "year": "2018", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "Text": { + "type": "textarea", + "props": { + "name": "Text", + "value": "I made too much cheese sauce and we had to throw a bunch of it out." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "12", + "day": "1", + "year": "2017", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Text": { + "type": "textarea", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "Status": { + "type": "radio", + "props": { + "name": "Status", + "value": "FullTime" + } + }, + "Supervisor": { + "type": "supervisor", + "props": { + "SupervisorName": { + "type": "text", + "props": { + "value": "Ryan August", + "name": "SupervisorName" + } + }, + "Title": { + "type": "text", + "props": { + "value": "The Big Cheese", + "name": "Title" + } + }, + "Email": { + "type": "email", + "props": { + "name": "Email", + "value": "biggestcheese@gcdc.com" + } + }, + "EmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Address": { + "type": "location", + "props": { + "street": "The Louvre, Rue de Rivoli", + "street2": "1st Floor", + "city": "Paris", + "zipcode": "", + "state": "", + "country": "France", + "layout": "Address", + "validated": false + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "4155553234", + "extension": "", + "noNumber": false + } + } + } + }, + "SupervisorAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "No" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Night", + "type": "Domestic", + "numberType": "", + "number": "2023934232", + "extension": "123", + "noNumber": false + } + }, + "Title": { + "type": "text", + "props": { + "value": "Senior Cheese Griller", + "name": "Title" + } + } + } + }, + { + "Item": { + "Additional": { + "type": "collection", + "props": { + "items": [], + "branch": null + } + }, + "Address": { + "type": "location", + "props": { + "street": "1066 E 16th St", + "street2": "", + "city": "Kansas City", + "zipcode": "64108", + "state": "MO", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "date": "2017-05-20T07:00:00.000Z", + "month": "5", + "day": "20", + "year": "2017" + } + }, + "from": { + "type": "datecontrol", + "props": { + "date": "2012-08-16T00:00:00.000Z", + "month": "8", + "day": "15", + "year": "2012" + } + } + } + }, + "DutyStation": { + "type": "text", + "props": {} + }, + "Employment": { + "type": "text", + "props": { + "value": "Photographical Memory", + "name": "Employment" + } + }, + "EmploymentActivity": { + "type": "employmentactivity", + "props": { + "value": "SelfEmployment", + "otherExplanation": "" + } + }, + "PhysicalAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "name": "physicalAddress", + "value": "Yes" + } + }, + "Address": { + "type": "location", + "props": { + "street": "1514 Campbell St", + "street2": "Apt 5", + "city": "Kansas City", + "zipcode": "64108", + "state": "MO", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "telephone", + "timeOfDay": "Night", + "type": "Domestic", + "numberType": "", + "number": "4183092927", + "extension": "", + "noNumber": false + } + } + } + }, + "PhysicalAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReasonLeft": { + "type": "reasonleft", + "props": { + "Comments": { + "type": "textarea", + "props": {} + }, + "Reasons": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Reason": { + "type": "textarea", + "props": {} + }, + "Text": { + "type": "textarea", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "ReasonDescription": { + "type": "textarea", + "props": { + "name": "reason_description", + "value": "I wasn't making enough money" + } + } + } + }, + "ReferenceAddress": { + "type": "location", + "props": { + "street": "78 Broad St", + "street2": "", + "city": "Oakland", + "zipcode": "94704", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceName": { + "type": "name", + "props": { + "first": "J", + "firstInitialOnly": true, + "last": "Bond", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": true, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "ReferencePhone": { + "type": "telephone", + "props": { + "name": "ReferencePhone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "5134422472", + "extension": "", + "noNumber": false + } + }, + "Reprimand": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "Text": { + "type": "textarea", + "props": {} + }, + "Date": { + "type": "datecontrol", + "props": {} + } + } + } + ], + "branch": null + } + }, + "Status": { + "type": "radio", + "props": { + "name": "Status", + "value": "FullTime" + } + }, + "Supervisor": { + "type": "supervisor", + "props": { + "SupervisorName": { + "type": "text", + "props": {} + }, + "Title": { + "type": "text", + "props": {} + }, + "Email": { + "type": "email", + "props": {} + }, + "EmailNotApplicable": { + "type": "notapplicable", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "SupervisorAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Day", + "type": "Domestic", + "numberType": "", + "number": "8162210000", + "extension": "", + "noNumber": false + } + }, + "Title": { + "type": "text", + "props": { + "value": "Principle Software Engineer", + "name": "Title" + } + } + } + } + ] + } + }, + "EmploymentRecord": { + "type": "branch", + "props": { + "value": "No" + } + } + } + }, + "Federal": { + "type": "history.federal", + "props": { + "HasFederalService": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "1430 Mountain Ave", + "street2": "Suite 101", + "city": "Duarte", + "zipcode": "91010", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "04", + "day": "27", + "year": "2017", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "12", + "day": "01", + "year": "2015", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Name": { + "type": "text", + "props": { + "value": "United States Courthouse", + "name": "Name" + } + }, + "Position": { + "type": "text", + "props": { + "value": "Lion Tamer", + "name": "Position" + } + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "537 Cooking Lane", + "street2": "", + "city": "Chicago", + "zipcode": "60616", + "state": "IL", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "01", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "Name": { + "type": "text", + "props": { + "value": "Catering to the Government", + "name": "Name" + } + }, + "Position": { + "type": "text", + "props": { + "value": "Sous Chef", + "name": "Position" + } + } + } + } + ] + } + } + } + }, + "Residence": { + "type": "history.residence", + "props": { + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "66 Northish Dr.", + "street2": "Apt 9", + "city": "Berkeley", + "zipcode": "98387", + "state": "WA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "09", + "year": "2019", + "estimated": true, + "touched": true + } + }, + "present": true + } + }, + "ReferenceAddress": { + "type": "location", + "props": { + "street": "188 Windermearly Blvd", + "street2": "", + "city": "Ithaca", + "zipcode": "14226", + "state": "NY", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceEmail": { + "type": "email", + "props": { + "name": "ReferenceEmail", + "value": "eeeeeemailme@iamatree.realtree" + } + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ReferenceLastContact": { + "type": "datecontrol", + "props": { + "name": "ReferenceLastContact", + "month": "08", + "day": "01", + "year": "2019", + "estimated": true, + "touched": true + } + }, + "ReferenceName": { + "type": "name", + "props": { + "first": "Johnny", + "firstInitialOnly": false, + "last": "Arecaceae", + "middle": "B", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "IV", + "suffixOther": "" + } + }, + "ReferencePhoneDay": { + "type": "telephone", + "props": { + "name": "ReferencePhoneDay", + "timeOfDay": "", + "type": "Domestic", + "numberType": "", + "number": "", + "extension": "", + "noNumber": true + } + }, + "ReferencePhoneEvening": { + "type": "telephone", + "props": { + "name": "ReferencePhoneEvening", + "timeOfDay": "NA", + "type": "Domestic", + "numberType": "", + "number": "4848038452", + "extension": "01", + "noNumber": false + } + }, + "ReferencePhoneMobile": { + "type": "telephone", + "props": { + "name": "ReferencePhoneMobile", + "timeOfDay": "NA", + "type": "Domestic", + "numberType": "", + "number": "6456660000", + "extension": "666", + "noNumber": false + } + }, + "ReferenceRelationship": { + "type": "checkboxgroup", + "props": { + "values": [ + "Neighbor", + "Friend", + "Business", + "Other" + ] + } + }, + "ReferenceRelationshipComments": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipOther": { + "type": "text", + "props": { + "value": "My mother's cousin's gardener", + "name": "ReferenceRelationshipOther" + } + }, + "Role": { + "type": "radio", + "props": { + "name": "role-owned", + "value": "Own", + "checked": false + } + }, + "RoleOther": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "144 Mar Mediterráneo", + "street2": "Apt 2", + "city": "Boca Del Río", + "zipcode": "", + "state": "", + "country": "Mexico", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "Address": { + "type": "location", + "props": { + "street": "1400 John F Kennedy Blvd", + "city": "APO", + "zipcode": "34087", + "state": "AA", + "country": "POSTOFFICE", + "layout": "US Address", + "validated": false + } + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "01", + "day": "08", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "10", + "day": "01", + "year": "2017", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "ReferenceAddress": { + "type": "location", + "props": { + "street": "145 Mar Mediterráneo", + "street2": "", + "city": "Boca del Río", + "zipcode": "", + "state": "", + "country": "Mexico", + "layout": "Address", + "validated": false + } + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "No" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceEmail": { + "type": "email", + "props": { + "name": "ReferenceEmail", + "value": "wherewolf@therewolf.com" + } + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ReferenceLastContact": { + "type": "datecontrol", + "props": { + "name": "ReferenceLastContact", + "month": "12", + "day": "24", + "year": "2018", + "estimated": false, + "touched": true + } + }, + "ReferenceName": { + "type": "name", + "props": { + "first": "Senior", + "firstInitialOnly": false, + "last": "Lobito", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "Sr", + "suffixOther": "" + } + }, + "ReferencePhoneDay": { + "type": "telephone", + "props": { + "name": "ReferencePhoneDay", + "timeOfDay": "", + "type": "Domestic", + "numberType": "", + "number": "", + "extension": "", + "noNumber": true + } + }, + "ReferencePhoneEvening": { + "type": "telephone", + "props": { + "name": "ReferencePhoneEvening", + "timeOfDay": "", + "type": "Domestic", + "numberType": "", + "number": "", + "extension": "", + "noNumber": true + } + }, + "ReferencePhoneMobile": { + "type": "telephone", + "props": { + "name": "ReferencePhoneMobile", + "timeOfDay": "", + "type": "Domestic", + "numberType": "", + "number": "", + "extension": "", + "noNumber": true + } + }, + "ReferenceRelationship": { + "type": "checkboxgroup", + "props": { + "values": [ + "Landlord", + "Other" + ] + } + }, + "ReferenceRelationshipComments": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipOther": { + "type": "text", + "props": { + "value": "Werewolf", + "name": "ReferenceRelationshipOther" + } + }, + "Role": { + "type": "radio", + "props": { + "name": "role-rented", + "value": "Rent", + "checked": false + } + }, + "RoleOther": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "16 60th St", + "street2": "5th Floor", + "city": "Brooklyn", + "zipcode": "11220", + "state": "NY", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "10", + "day": "01", + "year": "2017", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "09", + "day": "09", + "year": "2015", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "ReferenceAddress": { + "type": "location", + "props": { + "street": "612 66th St", + "street2": "Apt 12", + "city": "Brooklyn", + "zipcode": "11220", + "state": "NY", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceEmail": { + "type": "email", + "props": { + "name": "ReferenceEmail", + "value": "cat@imakittycat.com" + } + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ReferenceLastContact": { + "type": "datecontrol", + "props": { + "name": "ReferenceLastContact", + "month": "08", + "day": "6", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "ReferenceName": { + "type": "name", + "props": { + "first": "M", + "firstInitialOnly": true, + "last": "Vandemar", + "middle": "R", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "III", + "suffixOther": "" + } + }, + "ReferencePhoneDay": { + "type": "telephone", + "props": { + "name": "ReferencePhoneDay", + "timeOfDay": "NA", + "type": "Domestic", + "numberType": "", + "number": "3454566789", + "extension": "", + "noNumber": false + } + }, + "ReferencePhoneEvening": { + "type": "telephone", + "props": { + "name": "ReferencePhoneEvening", + "timeOfDay": "NA", + "type": "Domestic", + "numberType": "", + "number": "2342345678", + "extension": "121", + "noNumber": false + } + }, + "ReferencePhoneMobile": { + "type": "telephone", + "props": { + "name": "ReferencePhoneMobile", + "timeOfDay": "NA", + "type": "Domestic", + "numberType": "", + "number": "4158910828", + "extension": "888", + "noNumber": false + } + }, + "ReferenceRelationship": { + "type": "checkboxgroup", + "props": { + "values": [ + "Friend", + "Other" + ] + } + }, + "ReferenceRelationshipComments": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipOther": { + "type": "text", + "props": { + "value": "He's my cat", + "name": "ReferenceRelationshipOther" + } + }, + "Role": { + "type": "radio", + "props": { + "name": "role-military", + "value": "MilitaryHousing", + "checked": false + } + }, + "RoleOther": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "19 S 22nd St", + "city": "DPO", + "zipcode": "34003", + "state": "AA", + "country": "POSTOFFICE", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": { + "street": "19 S 22nd St", + "street2": "Suite Z", + "city": "Philadelphia", + "zipcode": "19103", + "state": "PA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "09", + "day": "08", + "year": "2015", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "02", + "day": "02", + "year": "2014", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "ReferenceAddress": { + "type": "location", + "props": {} + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceEmail": { + "type": "email", + "props": {} + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": {} + }, + "ReferenceLastContact": { + "type": "datecontrol", + "props": {} + }, + "ReferenceName": { + "type": "name", + "props": {} + }, + "ReferencePhoneDay": { + "type": "telephone", + "props": {} + }, + "ReferencePhoneEvening": { + "type": "telephone", + "props": {} + }, + "ReferencePhoneMobile": { + "type": "telephone", + "props": {} + }, + "ReferenceRelationship": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipComments": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipOther": { + "type": "text", + "props": {} + }, + "Role": { + "type": "radio", + "props": { + "name": "role-other", + "value": "Other", + "checked": false + } + }, + "RoleOther": { + "type": "text", + "props": { + "value": "My grandma's safehouse", + "name": "RoleOther" + } + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "2869 Broadway", + "street2": "Floor 10", + "city": "Oakland", + "zipcode": "94612", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "02", + "day": "01", + "year": "2014", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "06", + "day": "1", + "year": "2013", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "ReferenceAddress": { + "type": "location", + "props": {} + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceEmail": { + "type": "email", + "props": {} + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": {} + }, + "ReferenceLastContact": { + "type": "datecontrol", + "props": {} + }, + "ReferenceName": { + "type": "name", + "props": {} + }, + "ReferencePhoneDay": { + "type": "telephone", + "props": {} + }, + "ReferencePhoneEvening": { + "type": "telephone", + "props": {} + }, + "ReferencePhoneMobile": { + "type": "telephone", + "props": {} + }, + "ReferenceRelationship": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipComments": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipOther": { + "type": "text", + "props": {} + }, + "Role": { + "type": "radio", + "props": { + "name": "role-owned", + "value": "Own", + "checked": false + } + }, + "RoleOther": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "3010 Maingate Ln", + "street2": "Building X", + "city": "Kissimmee", + "zipcode": "34747", + "state": "FL", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Comments": { + "type": "textarea", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "06", + "day": "01", + "year": "2013", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "2012", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "ReferenceAddress": { + "type": "location", + "props": {} + }, + "ReferenceAlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "ReferenceEmail": { + "type": "email", + "props": {} + }, + "ReferenceEmailNotApplicable": { + "type": "notapplicable", + "props": {} + }, + "ReferenceLastContact": { + "type": "datecontrol", + "props": {} + }, + "ReferenceName": { + "type": "name", + "props": {} + }, + "ReferencePhoneDay": { + "type": "telephone", + "props": {} + }, + "ReferencePhoneEvening": { + "type": "telephone", + "props": {} + }, + "ReferencePhoneMobile": { + "type": "telephone", + "props": {} + }, + "ReferenceRelationship": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipComments": { + "type": "checkboxgroup", + "props": {} + }, + "ReferenceRelationshipOther": { + "type": "text", + "props": {} + }, + "Role": { + "type": "radio", + "props": { + "name": "role-rented", + "value": "Rent", + "checked": false + } + }, + "RoleOther": { + "type": "text", + "props": {} + } + } + } + ] + } + } + } + } + }, + "Identification": { + "ApplicantBirthDate": { + "type": "identification.birthdate", + "props": { + "Date": { + "type": "datecontrol", + "props": { + "month": "02", + "day": "25", + "year": "1954", + "estimated": false + } + }, + "Confirmed": { + "type": "checkbox", + "props": { + "value": "" + } + } + } + }, + "ApplicantBirthPlace": { + "type": "identification.birthplace", + "props": { + "Location": { + "type": "location", + "props": { + "layout": "Birthplace", + "city": "Setauket", + "state": "NY", + "county": "Suffolk County", + "country": "United States" + } + } + } + }, + "ApplicantName": { + "type": "identification.name", + "props": { + "Name": { + "type": "name", + "props": { + "first": "Benjamin", + "firstInitialOnly": false, + "middle": "", + "middleInitialOnly": false, + "noMiddleName": true, + "last": "Tallmadge", + "suffix": "", + "suffixOther": "" + } + } + } + }, + "ApplicantSSN": { + "type": "identification.ssn", + "props": { + "ssn": { + "type": "ssn", + "props": { + "first": "002", + "middle": "25", + "last": "1754", + "notApplicable": false + } + }, + "verified": true + } + }, + "Contacts": { + "type": "identification.contacts", + "props": { + "HomeEmail": { + "type": "email", + "props": { + "value": "cheese@cheese.whiz" + } + }, + "WorkEmail": { + "type": "email", + "props": { + "value": "thebigcheese@cheezits.gov" + } + }, + "PhoneNumbers": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [ + { + "Item": { + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Day", + "type": "International", + "numberType": "Cell", + "number": "524159373829", + "extension": "88888", + "noNumber": false + } + } + } + }, + { + "Item": { + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Night", + "type": "Domestic", + "numberType": "Home", + "number": "0129370000", + "extension": "875", + "noNumber": false + } + } + } + }, + { + "Item": { + "Telephone": { + "type": "telephone", + "props": { + "name": "Telephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "Work", + "number": "7168757479", + "extension": "0", + "noNumber": false + } + } + } + } + ] + } + } + } + }, + "OtherNames": { + "type": "identification.othernames", + "props": { + "HasOtherNames": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "12", + "day": "12", + "year": "2012", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "06", + "day": "09", + "year": "1999", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "MaidenName": { + "type": "radio", + "props": { + "name": "MaidenName", + "value": "No" + } + }, + "Name": { + "type": "name", + "props": { + "first": "Benjy", + "firstInitialOnly": false, + "last": "Tallymadgy", + "middle": "Wenjy", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "Jr", + "suffixOther": "" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I went through a phase of adding an \"ee\" sound to the end of everything after living in Australia for some time. I grew out of it eventually." + } + } + } + }, + { + "Item": { + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "04", + "day": "06", + "year": "1976", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "03", + "day": "22", + "year": "1976", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "MaidenName": { + "type": "radio", + "props": { + "name": "MaidenName", + "value": "Yes" + } + }, + "Name": { + "type": "name", + "props": { + "first": "Calvin", + "firstInitialOnly": false, + "last": "Hobbes", + "middle": "T", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "Sr", + "suffixOther": "" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I was in Vegas. I thought I was in love. Turns out I was wrong." + } + } + } + }, + { + "Item": { + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "08", + "day": "07", + "year": "1982", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "05", + "day": "09", + "year": "1979", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "MaidenName": { + "type": "radio", + "props": { + "name": "MaidenName", + "value": "No" + } + }, + "Name": { + "type": "name", + "props": { + "first": "Petit", + "firstInitialOnly": false, + "last": "Prince", + "middle": "Principito", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "I", + "suffixOther": "" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I also had a literary phase that coincided/resulted in the creation and execution of some performance art. I was marvelous, darling, you should have seen me." + } + } + } + }, + { + "Item": { + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "04", + "day": "26", + "year": "1995", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "04", + "day": "27", + "year": "1990", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "MaidenName": { + "type": "radio", + "props": { + "name": "MaidenName", + "value": "No" + } + }, + "Name": { + "type": "name", + "props": { + "first": "Entemanns", + "firstInitialOnly": false, + "last": "Donuts", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "X", + "suffixOther": "" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I sold the rights to my name to an advertising firm in Schenectady before I got a job singing in a barbershop quartet in Skokie, Illinois; and I would totally eat ten doughnuts right now." + } + } + } + }, + { + "Item": { + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "07", + "day": "30", + "year": "1955", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "1955", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "MaidenName": { + "type": "radio", + "props": { + "name": "MaidenName", + "value": "No" + } + }, + "Name": { + "type": "name", + "props": { + "first": "John", + "firstInitialOnly": false, + "last": "Denzellington", + "middle": "W", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "Other", + "suffixOther": "Esq." + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I'm actually unsure, though it shows up in my dreams sometimes. It may or may not have happened." + } + } + } + } + ] + } + } + } + }, + "Physical": { + "type": "identification.physical", + "props": { + "Comments": { + "type": "textarea", + "props": { + "value": "" + } + }, + "EyeColor": { + "type": "text", + "props": { + "value": "Gray" + } + }, + "HairColor": { + "type": "text", + "props": { + "value": "Bald" + } + }, + "Height": { + "type": "height", + "props": { + "feet": 8, + "inches": 1 + } + }, + "Sex": { + "type": "text", + "props": { + "value": "Male" + } + }, + "Weight": { + "type": "number", + "props": { + "value": "545" + } + } + } + } + }, + "Legal": { + "ActivitiesToOverthrow": { + "type": "legal.associations.activities-to-overthrow", + "props": { + "HasActivities": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "16", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "01", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "I stockpiled the ingredients to make about 100,000 donuts, and made arrangements to purchase 500 fryers in preparation for a siege against the capital with the intent of overthrowing the US government." + } + } + } + } + ] + } + } + } + }, + "Advocating": { + "type": "legal.associations.advocating", + "props": { + "HasAdvocated": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "02", + "day": "01", + "year": "2003", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "2003", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "I didn't like the way the president said the word \"nuclear\" and believed that every time he said it out loud it brought us closer to the end of the world." + } + } + } + } + ] + } + } + } + }, + "Debarred": { + "type": "legal.investigations.debarred", + "props": { + "HasDebarment": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Agency": { + "type": "text", + "props": { + "value": "IRS", + "name": "Agency" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "08", + "day": "08", + "year": "2010", + "estimated": false, + "touched": true + } + }, + "Explanation": { + "type": "textarea", + "props": { + "name": "Explanation", + "value": "I brought a peanut butter sandwich to a picnic and a colleague went into anaphylactic shock and had to be transported to the hospital." + } + } + } + } + ] + } + } + } + }, + "EngagedInTerrorism": { + "type": "legal.associations.engaged-in-terrorism", + "props": { + "HasEngaged": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "09", + "day": "15", + "year": "1992", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "09", + "day": "01", + "year": "1992", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "I aided members of Earth First! in a raid on a federal building where we stole a truckload of chimpanzees who were going to be used for chemical testing." + } + } + } + } + ] + } + } + } + }, + "History": { + "type": "legal.investigations.history", + "props": { + "HasHistory": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Agency": { + "type": "radio", + "props": { + "name": "radio_input", + "value": "U.S. Department of Defense", + "checked": false + } + }, + "AgencyExplanation": { + "type": "textarea", + "props": {} + }, + "AgencyNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ClearanceLevel": { + "type": "clearancelevel", + "props": { + "Level": { + "type": "radio", + "props": { + "name": "radio_input", + "value": "Top Secret", + "checked": false + } + }, + "Explanation": { + "type": "textarea", + "props": {} + } + } + }, + "ClearanceLevelNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Completed": { + "type": "datecontrol", + "props": { + "name": "Completed", + "month": "08", + "day": "01", + "year": "2019", + "estimated": true, + "touched": true + } + }, + "CompletedNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Granted": { + "type": "datecontrol", + "props": { + "name": "Granted", + "month": "08", + "day": "05", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "GrantedNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Issued": { + "type": "text", + "props": { + "value": "DDS", + "name": "Issued" + } + } + } + } + ] + } + } + } + }, + "Manipulating": { + "type": "legal.technology.manipulating", + "props": { + "HasManipulating": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Action": { + "type": "textarea", + "props": { + "name": "Action", + "value": "The doctor banned me from ever receiving treatment at their office, but did not report to the police." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "02", + "day": "12", + "year": "2001", + "estimated": true, + "touched": true + } + }, + "Incident": { + "type": "textarea", + "props": { + "name": "Incident", + "value": "At the request of a friend, I modified some records and destroyed some others in the system of a doctor's office, regarding their ongoing problems with hiccuping." + } + }, + "Location": { + "type": "location", + "props": { + "street": "1821 S Bascom Ave", + "city": "Campbell", + "zipcode": "95008", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + } + } + } + ] + } + } + } + }, + "MembershipOverthrow": { + "type": "legal.associations.membership-overthrow", + "props": { + "HasOverthrow": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "2740 State St", + "city": "Salt Lake City", + "zipcode": "84115", + "state": "UT", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Contributions": { + "type": "text", + "props": { + "name": "Contributions", + "value": "1500" + } + }, + "ContributionsNotApplicable": { + "type": "notapplicable", + "props": { + "name": "ContributionsNotApplicable", + "applicable": true + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "09", + "day": "01", + "year": "1985", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "06", + "day": "01", + "year": "1985", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Organization": { + "type": "text", + "props": { + "value": "Anarchy and thA modern family (ATAMF)", + "name": "Organization" + } + }, + "Positions": { + "type": "text", + "props": { + "value": "Senior Marketing Manager", + "name": "Positions" + } + }, + "PositionsNotApplicable": { + "type": "notapplicable", + "props": { + "name": "PositionsNotApplicable", + "applicable": true + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "I was young and inexperience in the ways of the world, and I liked someone else in the organization and I wanted their attention and validation." + } + } + } + } + ] + } + } + } + }, + "MembershipViolence": { + "type": "legal.associations.membership-violence-or-force", + "props": { + "HasViolence": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "1012 Haven Rd", + "city": "Little Falls", + "zipcode": "56345", + "state": "MN", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Contributions": { + "type": "text", + "props": { + "name": "Contributions", + "value": "55000" + } + }, + "ContributionsNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "05", + "day": "10", + "year": "2015", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "05", + "day": "01", + "year": "2015", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Organization": { + "type": "text", + "props": { + "value": "Donuts Not Drugs (DND)", + "name": "Organization" + } + }, + "Positions": { + "type": "text", + "props": { + "value": "Assistant to the head donut fryer", + "name": "Positions" + } + }, + "PositionsNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "DND is an organization that fights against the rise of the pharmaceutical companies in the US by pelting their executive teams with piping hot, freshly fried donuts. " + } + } + } + } + ] + } + } + } + }, + "NonCriminalCourtActions": { + "type": "legal.court", + "props": { + "HasCourtActions": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "CivilActionDate": { + "type": "datecontrol", + "props": { + "name": "CivilActionDate", + "month": "09", + "day": "09", + "year": "2018", + "estimated": false, + "touched": true + } + }, + "CourtAddress": { + "type": "location", + "props": { + "street": "1500 Maybrook Dr", + "city": "Maywood", + "zipcode": "60153", + "state": "IL", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "CourtName": { + "type": "text", + "props": { + "value": "US District Court of Skokie", + "name": "CourtName" + } + }, + "NatureOfAction": { + "type": "textarea", + "props": { + "name": "NatureOfAction", + "value": "My financial records were required to be submitted as proof of fraud." + } + }, + "PrincipalPartyNames": { + "type": "textarea", + "props": { + "name": "PrincipalPartyNames", + "value": "Myself, the IRS" + } + }, + "ResultsOfAction": { + "type": "textarea", + "props": { + "name": "ResultsOfAction", + "value": "I submitted my financial records and I was proven innocent." + } + } + } + } + ] + } + } + } + }, + "PoliceDomesticViolence": { + "type": "legal.police.domesticviolence", + "props": { + "HasDomesticViolence": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "CourtAddress": { + "type": "location", + "props": { + "city": "Alameda", + "zipcode": "94706", + "state": "CA", + "county": "Alameda County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "CourtName": { + "type": "text", + "props": { + "value": "US District Court of Alameda", + "name": "CourtName" + } + }, + "Explanation": { + "type": "textarea", + "props": { + "name": "explanation", + "value": "There is a restraining order against me." + } + }, + "Issued": { + "type": "datecontrol", + "props": { + "name": "Issued", + "month": "02", + "day": "1", + "year": "2019", + "estimated": false, + "touched": true + } + } + } + } + ] + } + } + } + }, + "PoliceOffenses": { + "type": "legal.police.offenses", + "props": { + "HasOffenses": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "city": "Rochester", + "zipcode": "14624", + "state": "NY", + "county": "Monroe County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "AgencyAddress": { + "type": "location", + "props": { + "city": "Rochester", + "zipcode": "14624", + "state": "NY", + "county": "Monroe County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "AwaitingTrial": { + "type": "branch", + "props": {} + }, + "AwaitingTrialExplanation": { + "type": "textarea", + "props": {} + }, + "ChargeType": { + "type": "radio", + "props": { + "name": "charge-misdemeanor", + "value": "Misdemeanor", + "checked": false + } + }, + "CitedBy": { + "type": "text", + "props": { + "value": "Rochester PD", + "name": "CitedBy" + } + }, + "CourtAddress": { + "type": "location", + "props": { + "city": "Rochester", + "zipcode": "14624", + "state": "NY", + "county": "Monroe County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "CourtCharge": { + "type": "text", + "props": { + "value": "Unlawful possession of fireworks", + "name": "CourtCharge" + } + }, + "CourtDate": { + "type": "datecontrol", + "props": { + "name": "CourtDate", + "month": "08", + "day": "1", + "year": "2003", + "estimated": true, + "touched": true + } + }, + "CourtName": { + "type": "text", + "props": { + "value": "District Court of Rochester", + "name": "CourtName" + } + }, + "CourtOutcome": { + "type": "text", + "props": { + "value": "Community Service", + "name": "CourtOutcome" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "07", + "day": "04", + "year": "2003", + "estimated": false, + "touched": true + } + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I set off fireworks in New York State, where they are illegal." + } + }, + "Explanation": { + "type": "textarea", + "props": {} + }, + "InvolvedFirearms": { + "type": "branch", + "props": { + "name": "involved_firearms", + "value": "Yes" + } + }, + "InvolvedSubstances": { + "type": "branch", + "props": { + "name": "involved_substances", + "value": "Yes" + } + }, + "InvolvedViolence": { + "type": "branch", + "props": { + "name": "involved_violence", + "value": "No" + } + }, + "Sentence": { + "type": "sentence", + "props": { + "Description": { + "type": "textarea", + "props": { + "name": "description", + "value": "I was sentenced to 2 years of imprisonment and 500 hours of community service" + } + }, + "ExceedsYear": { + "type": "branch", + "props": { + "name": "exceeding_year", + "value": "Yes" + } + }, + "Incarcerated": { + "type": "branch", + "props": { + "name": "incarcerated", + "value": "Yes" + } + }, + "IncarcerationDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "10", + "day": "01", + "year": "2004", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "09", + "day": "01", + "year": "2003", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "IncarcerationDatesNA": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ProbationDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "ProbationDatesNA": { + "type": "notapplicable", + "props": { + "name": "ProbationDatesNA", + "applicable": false + } + } + } + }, + "WasCharged": { + "type": "branch", + "props": { + "name": "was_charged", + "value": "Yes" + } + }, + "WasCited": { + "type": "branch", + "props": { + "name": "was_cited", + "value": "Yes" + } + }, + "WasSentenced": { + "type": "branch", + "props": { + "name": "was_sentenced", + "value": "Yes" + } + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "city": "Chicago", + "zipcode": "60605", + "state": "IL", + "county": "Cook County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "AgencyAddress": { + "type": "location", + "props": { + "city": "East Chicago", + "zipcode": "46312", + "state": "IN", + "county": "Lake County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "AwaitingTrial": { + "type": "branch", + "props": {} + }, + "AwaitingTrialExplanation": { + "type": "textarea", + "props": {} + }, + "ChargeType": { + "type": "radio", + "props": { + "name": "charge-felony", + "value": "Felony", + "checked": false + } + }, + "CitedBy": { + "type": "text", + "props": { + "value": "Chicago PD", + "name": "CitedBy" + } + }, + "CourtAddress": { + "type": "location", + "props": { + "city": "East Chicago", + "zipcode": "46312", + "state": "IN", + "county": "Lake County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "CourtCharge": { + "type": "text", + "props": { + "value": "Deep frying with intent to throw", + "name": "CourtCharge" + } + }, + "CourtDate": { + "type": "datecontrol", + "props": { + "name": "CourtDate", + "month": "08", + "day": "1", + "year": "1990", + "estimated": false, + "touched": true + } + }, + "CourtName": { + "type": "text", + "props": { + "value": "East Chicago City Court", + "name": "CourtName" + } + }, + "CourtOutcome": { + "type": "text", + "props": { + "value": "Jury was thrown out, awaiting retrial", + "name": "CourtOutcome" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "04", + "day": "26", + "year": "1990", + "estimated": false, + "touched": true + } + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I threw freshly fried donuts at a politician which resulted in severe facial scarring. I'm being taken to court for the full cost of the 138 reconstructive surgeries that they have had in the last 19 years since the incident." + } + }, + "Explanation": { + "type": "textarea", + "props": {} + }, + "InvolvedFirearms": { + "type": "branch", + "props": { + "name": "involved_firearms", + "value": "Yes" + } + }, + "InvolvedSubstances": { + "type": "branch", + "props": { + "name": "involved_substances", + "value": "Yes" + } + }, + "InvolvedViolence": { + "type": "branch", + "props": { + "name": "involved_violence", + "value": "Yes" + } + }, + "Sentence": { + "type": "sentence", + "props": { + "Description": { + "type": "textarea", + "props": { + "name": "description", + "value": "I was sentenced to 2 years imprisonment and 500 hours community service, but the verdict was eventually thrown out and I am awaiting a retrial." + } + }, + "ExceedsYear": { + "type": "branch", + "props": { + "name": "exceeding_year", + "value": "Yes" + } + }, + "Incarcerated": { + "type": "branch", + "props": { + "name": "incarcerated", + "value": "Yes" + } + }, + "IncarcerationDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "09", + "day": "01", + "year": "1991", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "15", + "year": "1990", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "IncarcerationDatesNA": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "ProbationDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "16", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "09", + "day": "01", + "year": "1990", + "estimated": true, + "touched": true + } + }, + "present": true + } + }, + "ProbationDatesNA": { + "type": "notapplicable", + "props": { + "applicable": true + } + } + } + }, + "WasCharged": { + "type": "branch", + "props": { + "name": "was_charged", + "value": "Yes" + } + }, + "WasCited": { + "type": "branch", + "props": { + "name": "was_cited", + "value": "Yes" + } + }, + "WasSentenced": { + "type": "branch", + "props": { + "name": "was_sentenced", + "value": "Yes" + } + } + } + } + ] + } + } + } + }, + "PoliceOtherOffenses": { + "type": "legal.police.additionaloffenses", + "props": { + "HasOtherOffenses": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "AwaitingTrial": { + "type": "branch", + "props": { + "value": "No" + } + }, + "AwaitingTrialExplanation": { + "type": "textarea", + "props": { + "value": "Released" + } + }, + "ChargeType": { + "type": "radio", + "props": { + "value": "Felony" + } + }, + "CourtAddress": { + "type": "location", + "props": { + "city": "Broken Bow", + "zipcode": "68822", + "state": "NE", + "county": "Custer County", + "country": "United States", + "layout": "Offense", + "validated": false + } + }, + "CourtCharge": { + "type": "text", + "props": { + "value": "Test charge" + } + }, + "CourtDate": { + "type": "datecontrol", + "props": { + "month": "10", + "day": "1", + "year": "2014", + "estimated": false + } + }, + "CourtName": { + "type": "text", + "props": { + "value": "Custer County Judicial Center", + "name": "CourtName" + } + }, + "CourtOutcome": { + "type": "text", + "props": { + "value": "Test outcome" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "07", + "day": "04", + "year": "2014", + "estimated": false, + "touched": true + } + }, + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "Civil disobedience" + } + }, + "InvolvedFirearms": { + "type": "branch", + "props": {} + }, + "InvolvedSubstances": { + "type": "branch", + "props": {} + }, + "InvolvedViolence": { + "type": "branch", + "props": { + "name": "involved_violence", + "value": "Yes" + } + }, + "Sentence": { + "type": "sentence", + "props": { + "Description": { + "type": "textarea", + "props": {} + }, + "ExceedsYear": { + "type": "branch", + "props": {} + }, + "Incarcerated": { + "type": "branch", + "props": {} + }, + "IncarcerationDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "IncarcerationDatesNA": { + "type": "notapplicable", + "props": {} + }, + "ProbationDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "ProbationDatesNA": { + "type": "notapplicable", + "props": {} + } + } + }, + "WasSentenced": { + "type": "branch", + "props": { + "value":"No" + } + } + } + } + ] + } + } + } + }, + "Revoked": { + "type": "legal.investigations.revoked", + "props": { + "HasRevocations": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Agency": { + "type": "text", + "props": { + "value": "DDS", + "name": "Agency" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "07", + "day": "01", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "Explanation": { + "type": "textarea", + "props": { + "name": "Explanation", + "value": "My paperwork was filed incorrectly" + } + } + } + } + ] + } + } + } + }, + "TerrorismAssociation": { + "type": "legal.associations.terrorism-association", + "props": { + "HasTerrorism": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "Explanation": { + "type": "textarea", + "props": { + "value": "I have regularly engaged in online activities associating with ecoterrorists, and also rogue donut makers with designs against the current government." + } + } + } + }, + "TerroristOrganization": { + "type": "legal.associations.terrorist-organization", + "props": { + "HasTerrorist": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "9000 Southside Dr", + "street2": "", + "city": "Yosemite Valley", + "zipcode": "95389", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Contributions": { + "type": "text", + "props": { + "value": "$10,000 USD", + "name": "Contributions" + } + }, + "ContributionsNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "10", + "day": "01", + "year": "1992", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "01", + "year": "1992", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Organization": { + "type": "text", + "props": { + "value": "Earth First!", + "name": "Organization" + } + }, + "Positions": { + "type": "text", + "props": { + "value": "Chief Mischief Maker", + "name": "Positions" + } + }, + "PositionsNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "I watched Ferngully and it made me realize that we needed to do something about deforestation." + } + } + } + } + ] + } + } + } + }, + "Unauthorized": { + "type": "legal.technology.unauthorized", + "props": { + "HasUnauthorized": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Action": { + "type": "textarea", + "props": { + "name": "Action", + "value": "I was never caught, therefore no action was taken." + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "11", + "day": "11", + "year": "1999", + "estimated": false, + "touched": true + } + }, + "Incident": { + "type": "textarea", + "props": { + "name": "Incident", + "value": "I watched Hackers and got a little too excited." + } + }, + "Location": { + "type": "location", + "props": { + "street": "1572 20th St", + "city": "Severy", + "zipcode": "67137", + "state": "KS", + "country": "United States", + "layout": "Address", + "validated": false + } + } + } + } + ] + } + } + } + }, + "Unlawful": { + "type": "legal.technology.unlawful", + "props": { + "HasUnlawful": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Action": { + "type": "textarea", + "props": { + "name": "Action", + "value": "I was brought in for questioning but ultimately nothing was ever proven. " + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "12", + "day": "01", + "year": "2001", + "estimated": true, + "touched": true + } + }, + "Incident": { + "type": "textarea", + "props": { + "name": "Incident", + "value": "I sent a gift to a politician as congratulations for their recent election win, including a stuffed bear fitted with a virtually undetectable camera that would take a photograph and 10 seconds of audio recording any time anyone said the word \"cheese\". I then used that information to gain access to the office, where I installed a ceiling fan over a weekend, for no reason. " + } + }, + "Location": { + "type": "location", + "props": { + "street": "555 Main St", + "city": "Salt Lake City", + "zipcode": "84111", + "state": "UT", + "country": "United States", + "layout": "Address", + "validated": false + } + } + } + } + ] + } + } + } + } + }, + "Metadata": { + "form_type": "SF85P", + "form_version": "test-test", + "type": "metadata" + }, + "Military": { + "Disciplinary": { + "type": "military.disciplinary", + "props": { + "HasDisciplinary": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Court": { + "type": "textarea", + "props": { + "name": "Court", + "value": "General Court-Martial" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "05", + "day": "1", + "year": "2009", + "estimated": true, + "touched": true + } + }, + "Name": { + "type": "text", + "props": { + "value": "Article 16", + "name": "Name" + } + }, + "Offenses": { + "type": "textarea", + "props": { + "name": "Offenses", + "value": "Gross negligence. " + } + }, + "Outcome": { + "type": "textarea", + "props": { + "value": "reduction in rank", + "name": "Outcome" + } + } + } + }, + { + "Item": { + "Court": { + "type": "textarea", + "props": { + "name": "Court", + "value": "Military commander" + } + }, + "Date": { + "type": "datecontrol", + "props": { + "name": "Date", + "month": "08", + "day": "1", + "year": "2012", + "estimated": false, + "touched": true + } + }, + "Name": { + "type": "text", + "props": { + "value": "Article 81", + "name": "Name" + } + }, + "Offenses": { + "type": "textarea", + "props": { + "name": "Offenses", + "value": "Conspiracy" + } + }, + "Outcome": { + "type": "textarea", + "props": { + "value": "found not guilty", + "name": "Outcome" + } + } + } + } + ] + } + } + } + }, + "Foreign": { + "type": "military.foreign", + "props": { + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [ + { + "Item": { + "Circumstances": { + "type": "textarea", + "props": { + "name": "Circumstances", + "value": "I got a job as a function of nepotism (hired by a distant uncle)." + } + }, + "Country": { + "type": "country", + "props": { + "name": "Country", + "showComments": false, + "value": [ + "Bosnia and Herzegovina" + ] + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "01", + "year": "2018", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "Division": { + "type": "text", + "props": { + "value": "Intelligence", + "name": "Division" + } + }, + "Has": { + "type": "branch", + "props": { + "name": "has_foreign", + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "items": [], + "branch": null + } + }, + "MaintainsContact": { + "type": "branch", + "props": {} + }, + "Name": { + "type": "text", + "props": { + "value": "Intelligence-Security Agency of Bosnia and Herzegovina", + "name": "Name" + } + }, + "Organization": { + "type": "radio", + "props": { + "name": "organization-intelligence", + "value": "Intelligence", + "checked": false + } + }, + "Rank": { + "type": "text", + "props": { + "value": "Intelligence Officer", + "name": "Rank" + } + }, + "ReasonLeft": { + "type": "textarea", + "props": { + "name": "ReasonLeft", + "value": "I didn't like working for my uncle." + } + } + } + }, + { + "Item": { + "Circumstances": { + "type": "textarea", + "props": {} + }, + "Country": { + "type": "country", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "Division": { + "type": "text", + "props": {} + }, + "Has": { + "type": "branch", + "props": { + "name": "has_foreign", + "value": "No" + } + }, + "List": { + "type": "collection", + "props": { + "items": [], + "branch": null + } + }, + "MaintainsContact": { + "type": "branch", + "props": {} + }, + "Name": { + "type": "text", + "props": {} + }, + "Organization": { + "type": "radio", + "props": {} + }, + "Rank": { + "type": "text", + "props": {} + }, + "ReasonLeft": { + "type": "textarea", + "props": {} + } + } + } + ] + } + } + } + }, + "History": { + "type": "military.history", + "props": { + "HasServed": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "05", + "day": "02", + "year": "2018", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "06", + "day": "01", + "year": "2017", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "DischargeDate": { + "type": "datecontrol", + "props": { + "name": "DischargeDate", + "month": "05", + "day": "1", + "year": "2018", + "estimated": true, + "touched": true + } + }, + "DischargeReason": { + "type": "textarea", + "props": {} + }, + "DischargeType": { + "type": "radio", + "props": { + "name": "discharge-type-honorable", + "value": "Honorable", + "checked": false + } + }, + "DischargeTypeOther": { + "type": "text", + "props": {} + }, + "HasBeenDischarged": { + "type": "branch", + "props": { + "name": "has_beendischarged", + "value": "Yes" + } + }, + "Officer": { + "type": "radio", + "props": { + "name": "officer-officer", + "value": "Officer", + "checked": false + } + }, + "Service": { + "type": "radio", + "props": { + "name": "service-airforce", + "value": "AirForce", + "checked": false + } + }, + "ServiceNumber": { + "type": "text", + "props": { + "value": "134654444", + "name": "ServiceNumber" + } + }, + "ServiceState": { + "type": "location", + "props": {} + }, + "Status": { + "type": "radio", + "props": { + "name": "status-activereserve", + "value": "ActiveReserve", + "checked": false + } + } + } + }, + { + "Item": { + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "05", + "day": "12", + "year": "1999", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "02", + "day": "02", + "year": "1990", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "DischargeDate": { + "type": "datecontrol", + "props": { + "name": "DischargeDate", + "month": "05", + "day": "1", + "year": "1999", + "estimated": true, + "touched": true + } + }, + "DischargeReason": { + "type": "textarea", + "props": { + "name": "DischargeReason", + "value": "I fell down too often, so they told me to leave." + } + }, + "DischargeType": { + "type": "radio", + "props": { + "name": "discharge-type-lessthan", + "value": "LessThan", + "checked": false + } + }, + "DischargeTypeOther": { + "type": "text", + "props": {} + }, + "HasBeenDischarged": { + "type": "branch", + "props": { + "name": "has_beendischarged", + "value": "Yes" + } + }, + "Officer": { + "type": "radio", + "props": { + "name": "officer-enlisted", + "value": "Enlisted", + "checked": false + } + }, + "Service": { + "type": "radio", + "props": { + "name": "service-army", + "value": "Army", + "checked": false + } + }, + "ServiceNumber": { + "type": "text", + "props": { + "value": "1525224442", + "name": "ServiceNumber" + } + }, + "ServiceState": { + "type": "location", + "props": {} + }, + "Status": { + "type": "radio", + "props": { + "name": "status-activeduty", + "value": "ActiveDuty", + "checked": false + } + } + } + }, + { + "Item": { + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "01", + "day": "01", + "year": "2001", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "25", + "year": "1999", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "DischargeDate": { + "type": "datecontrol", + "props": { + "name": "DischargeDate", + "month": "01", + "day": "1", + "year": "2001", + "estimated": true, + "touched": true + } + }, + "DischargeReason": { + "type": "textarea", + "props": { + "name": "DischargeReason", + "value": "I lost my uniform." + } + }, + "DischargeType": { + "type": "radio", + "props": { + "name": "discharge-type-badconduct", + "value": "BadConduct", + "checked": false + } + }, + "DischargeTypeOther": { + "type": "text", + "props": {} + }, + "HasBeenDischarged": { + "type": "branch", + "props": { + "name": "has_beendischarged", + "value": "Yes" + } + }, + "Officer": { + "type": "radio", + "props": { + "name": "officer-na", + "value": "NotApplicable", + "checked": false + } + }, + "Service": { + "type": "radio", + "props": { + "name": "service-coastguard", + "value": "CoastGuard", + "checked": false + } + }, + "ServiceNumber": { + "type": "text", + "props": { + "value": "142315235", + "name": "ServiceNumber" + } + }, + "ServiceState": { + "type": "location", + "props": {} + }, + "Status": { + "type": "radio", + "props": { + "name": "status-inactivereserve", + "value": "InactiveReserve", + "checked": false + } + } + } + } + ] + } + } + } + }, + "Selective": { + "type": "military.selective", + "props": { + "WasBornAfter": { + "type": "branch", + "props": { + "value": "" + } + }, + "HasRegistered": { + "type": "branch", + "props": { + "value": "" + } + }, + "RegistrationNumber": { + "type": "text", + "props": { + "value": "" + } + }, + "Explanation": { + "type": "textarea", + "props": { + "value": "" + } + }, + "HasRegisteredNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": false + } + } + } + } + }, + "Relationships": { + "Cohabitants": { + "type": "relationships.status.cohabitant", + "props": { + "HasCohabitant": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "CohabitantList": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "BirthPlace": { + "type": "location", + "props": { + "city": "Mexico City", + "zipcode": "", + "state": "", + "country": "Mexico", + "layout": "Birthplace without County", + "validated": false + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "birthdate", + "month": "08", + "day": "01", + "year": "1990", + "estimated": false, + "touched": true + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "United States" + ] + } + }, + "CohabitationBegan": { + "type": "datecontrol", + "props": { + "name": "cohabitationBegan", + "month": "02", + "day": "01", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "ForeignBornDocument": { + "type": "foreignborndocument", + "props": { + "DocumentType": { + "type": "radio", + "props": { + "name": "born-ddd0d57d-0087-f211-c29b-4287ed785f3d-born", + "value": "FS240", + "checked": false + } + }, + "OtherExplanation": { + "type": "textarea", + "props": {} + }, + "DocumentNumber": { + "type": "text", + "props": { + "value": "456789234", + "name": "documentNumber" + } + }, + "DocumentExpiration": { + "type": "datecontrol", + "props": {} + }, + "DocumentExpirationNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + } + } + }, + "Name": { + "type": "name", + "props": { + "first": "Alexandria", + "firstInitialOnly": false, + "last": "Maxwell", + "middle": "D", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "OtherNames": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "OtherName": { + "type": "name", + "props": { + "first": "Alexandria", + "firstInitialOnly": false, + "last": "Mellencamp", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "", + "suffixOther": "" + } + }, + "MaidenName": { + "type": "branch", + "props": { + "name": "MaidenName", + "value": "No" + } + }, + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "2017", + "estimated": false, + "touched": true + } + }, + "present": true + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "OtherName": { + "type": "name", + "props": {} + }, + "MaidenName": { + "type": "branch", + "props": {} + }, + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + } + } + } + ], + "branch": null + } + }, + "SSN": { + "type": "ssn", + "props": { + "first": "357", + "middle": "22", + "last": "3562", + "notApplicable": false + } + } + } + } + ] + } + } + } + }, + "Marital": { + "type": "relationships.status.marital", + "props": { + "Status": { + "type": "radio", + "props": { + "value": "Married" + } + }, + "CivilUnion": { + "type": "civilunion", + "props": { + "Address": { + "type": "location", + "props": { + "layout": "Address", + "street": "66 Northish Dr.", + "street2": "Apt 9", + "city": "Berkeley", + "state": "WA", + "zipcode": "98387", + "country": "United States" + } + }, + "AddressSeparated": { + "type": "location", + "props": { + "layout": "US City, State, Zipcode International city", + "city": "Berkeley", + "state": "CA", + "zipcode": "94703", + "country": "United States" + } + }, + "AddressSeparatedNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "" + } + }, + "Address": { + "type": "location", + "props": { + "layout": "", + "country": "" + } + }, + "Telephone": { + "type": "telephone", + "props": { + "timeOfDay": "", + "type": "", + "numberType": "", + "number": "", + "extension": "", + "noNumber": false + } + } + } + }, + "BirthPlace": { + "type": "location", + "props": { + "layout": "Birthplace", + "city": "Birmingham", + "state": "AL", + "county": "Jefferson County", + "country": "United States" + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "month": "02", + "day": "02", + "year": "1964", + "estimated": false + } + }, + "Citizenship": { + "type": "country", + "props": { + "value": [ + "United States" + ] + } + }, + "DateSeparated": { + "type": "datecontrol", + "props": { + "month": "04", + "day": "01", + "year": "1995", + "estimated": false + } + }, + "Divorced": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "Email": { + "type": "email", + "props": { + "value": "" + } + }, + "EmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": false + } + }, + "EnteredCivilUnion": { + "type": "datecontrol", + "props": { + "month": "03", + "day": "03", + "year": "1990", + "estimated": false + } + }, + "ForeignBornDocument": { + "type": "foreignborndocument", + "props": { + "DocumentType": { + "type": "radio", + "props": { + "value": "" + } + }, + "OtherExplanation": { + "type": "textarea", + "props": { + "value": "" + } + }, + "DocumentNumber": { + "type": "text", + "props": { + "value": "" + } + }, + "DocumentExpiration": { + "type": "datecontrol", + "props": { + "month": "", + "day": "", + "year": "", + "estimated": false + } + }, + "DocumentExpirationNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": false + } + } + } + }, + "Location": { + "type": "location", + "props": { + "layout": "Birthplace", + "city": "Birmingham", + "state": "AL", + "county": "Jefferson County", + "country": "United States" + } + }, + "Name": { + "type": "name", + "props": { + "first": "Jane", + "firstInitialOnly": false, + "middle": "", + "middleInitialOnly": false, + "noMiddleName": true, + "last": "Smithingson", + "suffix": "X", + "suffixOther": "" + } + }, + "OtherNames": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [ + { + "Item": { + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "12", + "day": "01", + "year": "1990", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "02", + "day": "02", + "year": "1964", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "Yes" + } + }, + "MaidenName": { + "type": "branch", + "props": { + "name": "MaidenName", + "value": "Yes" + } + }, + "Name": { + "type": "name", + "props": { + "first": "Janet", + "firstInitialOnly": false, + "last": "Darcy", + "middle": "G", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + } + } + }, + { + "Item": { + "DatesUsed": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "Has": { + "type": "branch", + "props": { + "name": "branchcollection", + "value": "No" + } + }, + "MaidenName": { + "type": "branch", + "props": {} + }, + "Name": { + "type": "name", + "props": {} + } + } + } + ] + } + }, + "SSN": { + "type": "ssn", + "props": { + "first": "140", + "middle": "24", + "last": "1948", + "notApplicable": false + } + }, + "Separated": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "Telephone": { + "type": "telephone", + "props": { + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "5131356333", + "extension": "", + "noNumber": false + } + }, + "UseCurrentAddress": { + "type": "notapplicable", + "props": { + "applicable": true + } + } + } + }, + "DivorcedList": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "city": "Burmingham", + "state": "AL", + "country": "United States", + "layout": "Birthplace without County", + "validated": false + } + }, + "BirthPlace": { + "type": "location", + "props": { + "city": "Burmingham", + "state": "AL", + "country": "United States", + "layout": "Birthplace without County", + "validated": false + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "birthdate", + "month": "12", + "day": "14", + "year": "1945", + "estimated": false, + "touched": true + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "United States" + ] + } + }, + "DateDivorced": { + "type": "datecontrol", + "props": { + "name": "DateDivorced", + "month": "06", + "day": "12", + "year": "1992", + "estimated": true, + "touched": true + } + }, + "Deceased": { + "type": "radio", + "props": {} + }, + "DeceasedAddress": { + "type": "location", + "props": {} + }, + "DeceasedAddressNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "DivorceLocation": { + "type": "location", + "props": {} + }, + "Name": { + "type": "name", + "props": { + "first": "Jane", + "firstInitialOnly": false, + "last": "Smithingson", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "", + "suffixOther": "" + } + }, + "Recognized": { + "type": "datecontrol", + "props": { + "name": "Recognized", + "month": "03", + "day": "03", + "year": "1990", + "estimated": false, + "touched": true + } + }, + "Status": { + "type": "radio", + "props": { + "name": "status-affc121c-a32d-8b0a-7037-12406ae0f696-status", + "value": "Widowed", + "checked": false + } + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "city": "Philadelphia", + "state": "PA", + "country": "United States", + "layout": "Birthplace without County", + "validated": false + } + }, + "BirthPlace": { + "type": "location", + "props": { + "city": "Brasilia", + "zipcode": "", + "state": "", + "country": "Brazil", + "layout": "Birthplace without County", + "validated": false + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "birthdate", + "month": "08", + "day": "01", + "year": "1978", + "estimated": false, + "touched": true + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "Brazil", + "United States" + ] + } + }, + "DateDivorced": { + "type": "datecontrol", + "props": { + "name": "DateDivorced", + "month": "05", + "day": "09", + "year": "1999", + "estimated": false, + "touched": true + } + }, + "Deceased": { + "type": "radio", + "props": {} + }, + "DeceasedAddress": { + "type": "location", + "props": {} + }, + "DeceasedAddressNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "DivorceLocation": { + "type": "location", + "props": {} + }, + "Name": { + "type": "name", + "props": { + "first": "Brock", + "firstInitialOnly": false, + "last": "Sampson", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "", + "suffixOther": "" + } + }, + "Recognized": { + "type": "datecontrol", + "props": { + "name": "Recognized", + "month": "07", + "day": "23", + "year": "1998", + "estimated": false, + "touched": true + } + }, + "Status": { + "type": "radio", + "props": { + "name": "status-8e4a1179-3fe7-2b0e-221d-4fc3cf8e69d5-status", + "value": "Widowed", + "checked": false + } + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "city": "Nice", + "zipcode": "", + "state": "", + "country": "France", + "layout": "Birthplace without County", + "validated": false + } + }, + "BirthPlace": { + "type": "location", + "props": { + "city": "Paris", + "zipcode": "", + "state": "", + "country": "France", + "layout": "Birthplace without County", + "validated": false + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "birthdate", + "month": "05", + "day": "29", + "year": "1983", + "estimated": false, + "touched": true + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "France", + "Germany", + "United States" + ] + } + }, + "DateDivorced": { + "type": "datecontrol", + "props": { + "name": "DateDivorced", + "month": "02", + "day": "26", + "year": "2012", + "estimated": false, + "touched": true + } + }, + "Deceased": { + "type": "radio", + "props": { + "name": "deceased-5a696add-b678-2eec-e121-8e496828884d-deceased", + "value": "No", + "checked": false + } + }, + "DeceasedAddress": { + "type": "location", + "props": { + "street": "4 Rue du Général Leclerc", + "city": "Ostwald", + "zipcode": "", + "state": "", + "country": "France", + "layout": "Address", + "validated": false + } + }, + "DeceasedAddressNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "DivorceLocation": { + "type": "location", + "props": { + "city": "Strasbourg", + "zipcode": "", + "state": "", + "country": "France", + "layout": "US City, State, Zipcode International city", + "validated": false + } + }, + "Name": { + "type": "name", + "props": { + "first": "Jenny", + "firstInitialOnly": false, + "last": "Frennamine", + "middle": "Wurz", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "Recognized": { + "type": "datecontrol", + "props": { + "name": "Recognized", + "month": "01", + "day": "01", + "year": "2001", + "estimated": false, + "touched": true + } + }, + "Status": { + "type": "radio", + "props": { + "name": "status-fb3ec123-be13-5da7-cef5-b78b43efa82d-status", + "value": "Divorced", + "checked": false + } + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + } + ] + } + } + } + }, + "People": { + "type": "relationships.people", + "props": { + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "783 South Van Ness", + "street2": "", + "city": "San Francisco", + "zipcode": "94103", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "06", + "year": "2016", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "Email": { + "type": "email", + "props": { + "name": "Email", + "value": "jimbob@gmail.com" + } + }, + "EmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "MobileTelephone": { + "type": "telephone", + "props": { + "name": "MobileTelephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "4152834623", + "extension": "", + "noNumber": false + } + }, + "Name": { + "type": "name", + "props": { + "first": "Jim", + "firstInitialOnly": false, + "last": "Jones", + "middle": "Bob", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "Jr", + "suffixOther": "" + } + }, + "OtherTelephone": { + "type": "telephone", + "props": { + "name": "OtherTelephone", + "timeOfDay": "", + "type": "Domestic", + "numberType": "", + "number": "", + "extension": "", + "noNumber": true + } + }, + "Rank": { + "type": "text", + "props": {} + }, + "RankNotApplicable": { + "type": "notapplicable", + "props": { + "name": "RankNotApplicable", + "applicable": false + } + }, + "Relationship": { + "type": "checkboxgroup", + "props": { + "values": [ + "Friend", + "Schoolmate" + ] + } + }, + "RelationshipOther": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "Kleiner Schloßplatz 15", + "city": "Stuttgart", + "zipcode": "", + "state": "", + "country": "Germany", + "layout": "Address", + "validated": false + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "2001", + "estimated": true, + "touched": true + } + }, + "present": true + } + }, + "Email": { + "type": "email", + "props": { + "name": "Email", + "value": "hugh@cheesewhiz.com" + } + }, + "EmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "MobileTelephone": { + "type": "telephone", + "props": { + "name": "MobileTelephone", + "timeOfDay": "Day", + "type": "Domestic", + "numberType": "", + "number": "1511111534", + "extension": "732", + "noNumber": false + } + }, + "Name": { + "type": "name", + "props": { + "first": "Hugh", + "firstInitialOnly": false, + "last": "Grant", + "middle": "G", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "OtherTelephone": { + "type": "telephone", + "props": { + "name": "OtherTelephone", + "timeOfDay": "Night", + "type": "Domestic", + "numberType": "", + "number": "5522562366", + "extension": "", + "noNumber": false + } + }, + "Rank": { + "type": "text", + "props": { + "value": "Senior Food Inspector", + "name": "Rank" + } + }, + "RankNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Relationship": { + "type": "checkboxgroup", + "props": { + "values": [ + "WorkAssociate" + ] + } + }, + "RelationshipOther": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "11 Great George St", + "street2": "Apt 2", + "city": "London", + "zipcode": "", + "state": "", + "country": "United Kingdom", + "layout": "Address", + "validated": false + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "05", + "day": "01", + "year": "2017", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "12", + "day": "30", + "year": "1995", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "Email": { + "type": "email", + "props": { + "name": "Email", + "value": "hamishthemayor@mayor.gov" + } + }, + "EmailNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "MobileTelephone": { + "type": "telephone", + "props": { + "name": "MobileTelephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "3037393358", + "extension": "", + "noNumber": false + } + }, + "Name": { + "type": "name", + "props": { + "first": "Hamish", + "firstInitialOnly": false, + "last": "Umbridge", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "", + "suffixOther": "" + } + }, + "OtherTelephone": { + "type": "telephone", + "props": { + "name": "OtherTelephone", + "timeOfDay": "", + "type": "Domestic", + "numberType": "", + "number": "", + "extension": "", + "noNumber": true + } + }, + "Rank": { + "type": "text", + "props": { + "value": "Mayor", + "name": "Rank" + } + }, + "RankNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Relationship": { + "type": "checkboxgroup", + "props": { + "values": [ + "Friend" + ] + } + }, + "RelationshipOther": { + "type": "text", + "props": { + "value": "", + "name": "RelationshipOther" + } + } + } + } + ] + } + } + } + }, + "Relatives": { + "type": "relationships.relatives", + "props": { + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Address": { + "type": "location", + "props": {} + }, + "Aliases": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "has_alias", + "value": "No" + } + }, + "Name": { + "type": "name", + "props": {} + }, + "MaidenName": { + "type": "branch", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "Reason": { + "type": "textarea", + "props": {} + } + } + } + ], + "branch": null + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "Birthdate", + "month": "07", + "day": "14", + "year": "1930", + "estimated": false, + "touched": true + } + }, + "Birthplace": { + "type": "location", + "props": { + "city": "Amsterdam", + "state": "NY", + "country": "United States", + "layout": "Birthplace without County", + "validated": false + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "United States" + ] + } + }, + "CitizenshipDocumentation": { + "type": "radio", + "props": {} + }, + "CourtAddress": { + "type": "location", + "props": {} + }, + "CourtName": { + "type": "text", + "props": {} + }, + "Document": { + "type": "radio", + "props": {} + }, + "DocumentComments": { + "type": "textarea", + "props": {} + }, + "DocumentNumber": { + "type": "text", + "props": {} + }, + "Employer": { + "type": "text", + "props": {} + }, + "EmployerAddress": { + "type": "location", + "props": {} + }, + "EmployerAddressNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerRelationship": { + "type": "textarea", + "props": {} + }, + "EmployerRelationshipNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Expiration": { + "type": "datecontrol", + "props": {} + }, + "FirstContact": { + "type": "datecontrol", + "props": {} + }, + "Frequency": { + "type": "radio", + "props": {} + }, + "FrequencyComments": { + "type": "radio", + "props": {} + }, + "HasAffiliation": { + "type": "branch", + "props": {} + }, + "IsDeceased": { + "type": "branch", + "props": { + "name": "is_deceased", + "value": "Yes" + } + }, + "LastContact": { + "type": "datecontrol", + "props": {} + }, + "MaidenName": { + "type": "name", + "props": { + "first": "Holly", + "firstInitialOnly": false, + "last": "DeMartina", + "middle": "Roiland", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "MaidenSameAsListed": { + "type": "branch", + "props": { + "name": "maiden_diff", + "value": "No" + } + }, + "Methods": { + "type": "checkboxgroup", + "props": {} + }, + "MethodsComments": { + "type": "textarea", + "props": {} + }, + "Name": { + "type": "name", + "props": { + "first": "Holly", + "firstInitialOnly": false, + "last": "LeFauvre", + "middle": "DeMartina", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "OtherCitizenshipDocumentation": { + "type": "textarea", + "props": {} + }, + "Relation": { + "type": "radio", + "props": { + "name": "relation-mother", + "value": "Mother", + "checked": false + } + }, + "ResidenceDocumentNumber": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "221 E Kellogg St", + "city": "Wichita", + "zipcode": "67202", + "state": "KS", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Aliases": { + "type": "collection", + "props": { + "items": [ + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "has_alias", + "value": "Yes" + } + }, + "Name": { + "type": "name", + "props": { + "first": "G", + "firstInitialOnly": true, + "last": "Turner", + "middle": "G", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "MaidenName": { + "type": "branch", + "props": { + "name": "MaidenName", + "value": "No" + } + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "02", + "day": "08", + "year": "1988", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "This is a pseudonym under which he writes fictional novels. " + } + } + } + }, + { + "Item": { + "Has": { + "type": "branch", + "props": { + "name": "has_alias", + "value": "No" + } + }, + "Name": { + "type": "name", + "props": {} + }, + "MaidenName": { + "type": "branch", + "props": {} + }, + "Dates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "Reason": { + "type": "textarea", + "props": {} + } + } + } + ], + "branch": null + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "No" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "Birthdate", + "month": "08", + "day": "12", + "year": "1935", + "estimated": true, + "touched": true + } + }, + "Birthplace": { + "type": "location", + "props": { + "city": "Wichita", + "zipcode": "", + "state": "KS", + "country": "United States", + "layout": "Birthplace without County", + "validated": false + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "United States" + ] + } + }, + "CitizenshipDocumentation": { + "type": "radio", + "props": {} + }, + "CourtAddress": { + "type": "location", + "props": {} + }, + "CourtName": { + "type": "text", + "props": {} + }, + "Document": { + "type": "radio", + "props": {} + }, + "DocumentComments": { + "type": "textarea", + "props": {} + }, + "DocumentNumber": { + "type": "text", + "props": {} + }, + "Employer": { + "type": "text", + "props": {} + }, + "EmployerAddress": { + "type": "location", + "props": {} + }, + "EmployerAddressNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerRelationship": { + "type": "textarea", + "props": {} + }, + "EmployerRelationshipNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Expiration": { + "type": "datecontrol", + "props": {} + }, + "FirstContact": { + "type": "datecontrol", + "props": {} + }, + "Frequency": { + "type": "radio", + "props": {} + }, + "FrequencyComments": { + "type": "radio", + "props": {} + }, + "HasAffiliation": { + "type": "branch", + "props": {} + }, + "IsDeceased": { + "type": "branch", + "props": { + "name": "is_deceased", + "value": "No" + } + }, + "LastContact": { + "type": "datecontrol", + "props": {} + }, + "MaidenName": { + "type": "name", + "props": {} + }, + "MaidenSameAsListed": { + "type": "branch", + "props": {} + }, + "Methods": { + "type": "checkboxgroup", + "props": {} + }, + "MethodsComments": { + "type": "textarea", + "props": {} + }, + "Name": { + "type": "name", + "props": { + "first": "Gerald", + "firstInitialOnly": false, + "last": "Tuskington", + "middle": "", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": true, + "suffix": "III", + "suffixOther": "" + } + }, + "OtherCitizenshipDocumentation": { + "type": "textarea", + "props": {} + }, + "Relation": { + "type": "radio", + "props": { + "name": "relation-father", + "value": "Father", + "checked": false + } + }, + "ResidenceDocumentNumber": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": { + "street": "545 Main St", + "city": "Marin", + "zipcode": "94106", + "state": "CA", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "Aliases": { + "type": "collection", + "props": { + "items": [], + "branch": null + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": { + "value": "No" + } + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "Birthdate", + "month": "09", + "day": "09", + "year": "1955", + "estimated": false, + "touched": true + } + }, + "Birthplace": { + "type": "location", + "props": { + "city": "Moscow", + "zipcode": "", + "state": "", + "country": "Russia", + "layout": "Birthplace without County", + "validated": false + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "United States" + ] + } + }, + "CitizenshipDocumentation": { + "type": "radio", + "props": {} + }, + "CourtAddress": { + "type": "location", + "props": {} + }, + "CourtName": { + "type": "text", + "props": {} + }, + "Document": { + "type": "radio", + "props": {} + }, + "DocumentComments": { + "type": "textarea", + "props": {} + }, + "DocumentNumber": { + "type": "text", + "props": {} + }, + "Employer": { + "type": "text", + "props": {} + }, + "EmployerAddress": { + "type": "location", + "props": {} + }, + "EmployerAddressNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerRelationship": { + "type": "textarea", + "props": {} + }, + "EmployerRelationshipNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Expiration": { + "type": "datecontrol", + "props": {} + }, + "FirstContact": { + "type": "datecontrol", + "props": {} + }, + "Frequency": { + "type": "radio", + "props": {} + }, + "FrequencyComments": { + "type": "radio", + "props": {} + }, + "HasAffiliation": { + "type": "branch", + "props": {} + }, + "IsDeceased": { + "type": "branch", + "props": { + "name": "is_deceased", + "value": "No" + } + }, + "LastContact": { + "type": "datecontrol", + "props": {} + }, + "MaidenName": { + "type": "name", + "props": {} + }, + "MaidenSameAsListed": { + "type": "branch", + "props": {} + }, + "Methods": { + "type": "checkboxgroup", + "props": {} + }, + "MethodsComments": { + "type": "textarea", + "props": {} + }, + "Name": { + "type": "name", + "props": { + "first": "Julia", + "firstInitialOnly": false, + "last": "Gulia", + "middle": "Danielle", + "middleInitialOnly": false, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "OtherCitizenshipDocumentation": { + "type": "textarea", + "props": {} + }, + "Relation": { + "type": "radio", + "props": { + "name": "relation-motherinlaw", + "value": "Mother-in-law", + "checked": false + } + }, + "ResidenceDocumentNumber": { + "type": "text", + "props": {} + } + } + }, + { + "Item": { + "Address": { + "type": "location", + "props": {} + }, + "Aliases": { + "type": "collection", + "props": { + "items": [], + "branch": null + } + }, + "AlternateAddress": { + "type": "physicaladdress", + "props": { + "HasDifferentAddress": { + "type": "branch", + "props": {} + }, + "Address": { + "type": "location", + "props": {} + }, + "Telephone": { + "type": "telephone", + "props": {} + } + } + }, + "Birthdate": { + "type": "datecontrol", + "props": { + "name": "Birthdate", + "month": "05", + "day": "6", + "year": "1954", + "estimated": false, + "touched": true + } + }, + "Birthplace": { + "type": "location", + "props": { + "city": "Buffalo", + "state": "NC", + "country": "United States", + "layout": "Birthplace without County", + "validated": false + } + }, + "Citizenship": { + "type": "country", + "props": { + "name": "Citizenship", + "showComments": false, + "value": [ + "United States" + ] + } + }, + "CitizenshipDocumentation": { + "type": "radio", + "props": {} + }, + "CourtAddress": { + "type": "location", + "props": {} + }, + "CourtName": { + "type": "text", + "props": {} + }, + "Document": { + "type": "radio", + "props": {} + }, + "DocumentComments": { + "type": "textarea", + "props": {} + }, + "DocumentNumber": { + "type": "text", + "props": {} + }, + "Employer": { + "type": "text", + "props": {} + }, + "EmployerAddress": { + "type": "location", + "props": {} + }, + "EmployerAddressNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "EmployerRelationship": { + "type": "textarea", + "props": {} + }, + "EmployerRelationshipNotApplicable": { + "type": "notapplicable", + "props": { + "applicable": true + } + }, + "Expiration": { + "type": "datecontrol", + "props": {} + }, + "FirstContact": { + "type": "datecontrol", + "props": {} + }, + "Frequency": { + "type": "radio", + "props": {} + }, + "FrequencyComments": { + "type": "radio", + "props": {} + }, + "HasAffiliation": { + "type": "branch", + "props": {} + }, + "IsDeceased": { + "type": "branch", + "props": { + "name": "is_deceased", + "value": "Yes" + } + }, + "LastContact": { + "type": "datecontrol", + "props": {} + }, + "MaidenName": { + "type": "name", + "props": {} + }, + "MaidenSameAsListed": { + "type": "branch", + "props": {} + }, + "Methods": { + "type": "checkboxgroup", + "props": {} + }, + "MethodsComments": { + "type": "textarea", + "props": {} + }, + "Name": { + "type": "name", + "props": { + "first": "Benjamin", + "firstInitialOnly": false, + "last": "DeGravalax", + "middle": "D", + "middleInitialOnly": true, + "hideMiddleName": false, + "noMiddleName": false, + "suffix": "", + "suffixOther": "" + } + }, + "OtherCitizenshipDocumentation": { + "type": "textarea", + "props": {} + }, + "Relation": { + "type": "radio", + "props": { + "name": "relation-fatherinlaw", + "value": "Father-in-law", + "checked": false + } + }, + "ResidenceDocumentNumber": { + "type": "text", + "props": {} + } + } + } + ] + } + } + } + } + }, + "Substance": { + "DrugClearanceUses": { + "type": "substance.drugs.clearance", + "props": { + "UsedDrugs": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "DrugInvolvements": { + "type": "substance.drugs.purchase", + "props": { + "Involved": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "DrugType": { + "type": "radio", + "props": { + "value": "Ketamine" + } + }, + "Explanation": { + "type": "textarea", + "props": {} + }, + "FirstInvolvement": { + "type": "datecontrol", + "props": { + "name": "FirstInvolvement", + "month": "05", + "day": "1", + "year": "1999", + "estimated": false, + "touched": true + } + }, + "InvolvementInFuture": { + "type": "branch", + "props": { + "name": "InvolvementInFuture", + "value": "No" + } + }, + "InvolvementWhileEmployed": { + "type": "branch", + "props": { + "name": "InvolvementWhileEmployed", + "value": "Yes" + } + }, + "InvolvementWithClearance": { + "type": "branch", + "props": { + "name": "InvolvementWithClearance", + "value": "Yes" + } + }, + "NatureOfInvolvement": { + "type": "textarea", + "props": { + "name": "NatureOfInvolvement", + "value": "I was unwittingly used as a mule, in what I thought was innocent transportation of clothing for donation to underprivileged youth." + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "I was tricked into this activity." + } + }, + "RecentInvolvement": { + "type": "datecontrol", + "props": { + "name": "RecentInvolvement", + "month": "01", + "day": "1", + "year": "2001", + "estimated": false, + "touched": true + } + } + } + }, + { + "Item": { + "DrugType": { + "type": "radio", + "props": { + "value": "Cocaine" + } + }, + "Explanation": { + "type": "textarea", + "props": {} + }, + "FirstInvolvement": { + "type": "datecontrol", + "props": { + "name": "FirstInvolvement", + "month": "08", + "day": "1", + "year": "2009", + "estimated": false, + "touched": true + } + }, + "InvolvementInFuture": { + "type": "branch", + "props": { + "name": "InvolvementInFuture", + "value": "No" + } + }, + "InvolvementWhileEmployed": { + "type": "branch", + "props": { + "name": "InvolvementWhileEmployed", + "value": "Yes" + } + }, + "InvolvementWithClearance": { + "type": "branch", + "props": { + "name": "InvolvementWithClearance", + "value": "Yes" + } + }, + "NatureOfInvolvement": { + "type": "textarea", + "props": { + "name": "NatureOfInvolvement", + "value": "I transferred this item over the boarder from Canada by snowmobile." + } + }, + "Reasons": { + "type": "textarea", + "props": { + "name": "Reasons", + "value": "I needed the money." + } + }, + "RecentInvolvement": { + "type": "datecontrol", + "props": { + "name": "RecentInvolvement", + "month": "09", + "day": "1", + "year": "2010", + "estimated": false, + "touched": true + } + } + } + } + ] + } + } + } + }, + "DrugPublicSafetyUses": { + "type": "substance.drugs.publicsafety", + "props": { + "UsedDrugs": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Description": { + "type": "textarea", + "props": { + "name": "Description", + "value": "I used cocaine." + } + }, + "EstimatedUse": { + "type": "text", + "props": { + "value": "25 times", + "name": "EstimatedUse" + } + }, + "InvolvementDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "09", + "day": "01", + "year": "2018", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "05", + "day": "01", + "year": "2018", + "estimated": false, + "touched": true + } + }, + "present": false + } + } + } + } + ] + } + } + } + }, + "DrugUses": { + "type": "substance.drugs.usage", + "props": { + "UsedDrugs": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "DrugType": { + "type": "radio", + "props": { + "value": "Cocaine" + } + }, + "Explanation": { + "type": "textarea", + "props": { + "name": "Explanation", + "value": "I don't like it anymore." + } + }, + "FirstUse": { + "type": "datecontrol", + "props": { + "name": "FirstUse", + "month": "08", + "day": "1", + "year": "1988", + "estimated": true, + "touched": true + } + }, + "NatureOfUse": { + "type": "textarea", + "props": { + "name": "NatureOfUse", + "value": "I typically used 3-5 times per week for the duration of my use." + } + }, + "RecentUse": { + "type": "datecontrol", + "props": { + "name": "RecentUse", + "month": "12", + "day": "1", + "year": "1995", + "estimated": true, + "touched": true + } + }, + "UseInFuture": { + "type": "branch", + "props": { + "name": "UseInFuture", + "value": "No" + } + }, + "UseWhileEmployed": { + "type": "branch", + "props": { + "name": "UseWhileEmployed", + "value": "Yes" + } + }, + "UseWithClearance": { + "type": "branch", + "props": { + "name": "UseWithClearance", + "value": "Yes" + } + } + } + }, + { + "Item": { + "DrugType": { + "type": "radio", + "props": { + "value": "Stimulants" + } + }, + "Explanation": { + "type": "textarea", + "props": { + "name": "Explanation", + "value": "I don't like it." + } + }, + "FirstUse": { + "type": "datecontrol", + "props": { + "name": "FirstUse", + "month": "01", + "day": "1", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "NatureOfUse": { + "type": "textarea", + "props": { + "name": "NatureOfUse", + "value": "I tried this twice, most recently by accident when my friend slipped something into my drink." + } + }, + "RecentUse": { + "type": "datecontrol", + "props": { + "name": "RecentUse", + "month": "07", + "day": "1", + "year": "2019", + "estimated": true, + "touched": true + } + }, + "UseInFuture": { + "type": "branch", + "props": { + "name": "UseInFuture", + "value": "No" + } + }, + "UseWhileEmployed": { + "type": "branch", + "props": { + "name": "UseWhileEmployed", + "value": "Yes" + } + }, + "UseWithClearance": { + "type": "branch", + "props": { + "name": "UseWithClearance", + "value": "Yes" + } + } + } + } + ] + } + } + } + }, + "NegativeImpacts": { + "type": "substance.alcohol.negative", + "props": { + "HasImpacts": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "Circumstances": { + "type": "textarea", + "props": { + "name": "Circumstances", + "value": "I drank heavily on a Sunday night." + } + }, + "NegativeImpact": { + "type": "textarea", + "props": { + "name": "NegativeImpact", + "value": "I was still drunk when I woke up Monday morning for work." + } + }, + "Occurred": { + "type": "datecontrol", + "props": { + "name": "Occurred", + "month": "01", + "day": "1", + "year": "2014", + "estimated": true, + "touched": true + } + }, + "Used": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "12", + "day": "01", + "year": "2014", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "01", + "day": "01", + "year": "2014", + "estimated": true, + "touched": true + } + }, + "present": false + } + } + } + } + ] + } + } + } + }, + "OrderedCounselings": { + "type": "substance.alcohol.ordered", + "props": { + "HasBeenOrdered": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "ActionTaken": { + "type": "branch", + "props": { + "name": "ActionTaken", + "value": "No" + } + }, + "CompletedTreatment": { + "type": "branch", + "props": {} + }, + "CounselingDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": {} + }, + "from": { + "type": "datecontrol", + "props": {} + } + } + }, + "NoActionTakenExplanation": { + "type": "textarea", + "props": { + "name": "NoActionTakenExplanation", + "value": "I decided against taking action to seek counseling because of the expense and the current state of my finances." + } + }, + "NoCompletedTreatmentExplanation": { + "type": "textarea", + "props": {} + }, + "OtherSeeker": { + "type": "text", + "props": {} + }, + "Seekers": { + "type": "checkboxgroup", + "props": {} + }, + "TreatmentProviderAddress": { + "type": "location", + "props": {} + }, + "TreatmentProviderName": { + "type": "text", + "props": {} + }, + "TreatmentProviderTelephone": { + "type": "telephone", + "props": {} + } + } + } + ] + } + } + } + }, + "OrderedTreatments": { + "type": "substance.drugs.ordered", + "props": { + "TreatmentOrdered": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "ActionTaken": { + "type": "branch", + "props": { + "name": "ActionTaken", + "value": "Yes" + } + }, + "DrugType": { + "type": "radio", + "props": { + "value": "Stimulants" + } + }, + "Explanation": { + "type": "textarea", + "props": { + "name": "Explanation", + "value": "I was ordered to seek counseling for my use of Provigil." + } + }, + "NoActionTakenExplanation": { + "type": "textarea", + "props": {} + }, + "NoTreatmentExplanation": { + "type": "textarea", + "props": {} + }, + "OrderedBy": { + "type": "checkboxgroup", + "props": { + "values": [ + "Employer", + "MedicalProfessional", + "MentalHealthProfessional" + ] + } + }, + "TreatmentCompleted": { + "type": "branch", + "props": { + "name": "TreatmentCompleted", + "value": "Yes" + } + }, + "TreatmentDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "08", + "day": "05", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "08", + "day": "01", + "year": "2019", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "TreatmentProvider": { + "type": "text", + "props": { + "value": "Kemp, Heather", + "name": "TreatmentProvider" + } + }, + "TreatmentProviderAddress": { + "type": "location", + "props": { + "street": "101 4th Ave SE", + "street2": "", + "city": "Carmel", + "zipcode": "46032", + "state": "IN", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "TreatmentProviderTelephone": { + "type": "telephone", + "props": { + "name": "TreatmentProviderTelephone", + "timeOfDay": "Both", + "type": "Domestic", + "numberType": "", + "number": "3178440176", + "extension": "", + "noNumber": false + } + } + } + } + ] + } + } + } + }, + "PrescriptionUses": { + "type": "substance.drugs.misuse", + "props": { + "MisusedDrugs": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "InvolvementDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "year": "2019", + "month": "8", + "day": "15", + "estimated": false + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "12", + "day": "20", + "year": "2018", + "estimated": false, + "touched": true + } + }, + "present": true + } + }, + "PrescriptionName": { + "type": "text", + "props": { + "value": "Provigil", + "name": "PrescriptionName" + } + }, + "Reason": { + "type": "textarea", + "props": { + "name": "Reason", + "value": "I need it to stay awake." + } + }, + "UseWhileEmployed": { + "type": "branch", + "props": { + "name": "UseWhileEmployed", + "value": "Yes" + } + }, + "UseWithClearance": { + "type": "branch", + "props": { + "name": "UseWithClearance", + "value": "Yes" + } + } + } + } + ] + } + } + } + }, + "ReceivedCounselings": { + "type": "substance.alcohol.additional", + "props": { + "ReceivedTreatment": { + "type": "branch", + "props": { + "value": "" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "" + }, + "items": [] + } + } + } + }, + "VoluntaryCounselings": { + "type": "substance.alcohol.voluntary", + "props": { + "SoughtTreatment": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "CompletedTreatment": { + "type": "branch", + "props": { + "name": "CompletedTreatment", + "value": "Yes" + } + }, + "CounselingDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "12", + "day": "23", + "year": "2009", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "12", + "day": "01", + "year": "2009", + "estimated": false, + "touched": true + } + }, + "present": false + } + }, + "NoCompletedTreatmentExplanation": { + "type": "textarea", + "props": {} + }, + "TreatmentProviderAddress": { + "type": "location", + "props": { + "street": "190 Jay St", + "city": "Rochester", + "zipcode": "14608", + "state": "NY", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "TreatmentProviderName": { + "type": "text", + "props": { + "value": "Hunter Gatherer Treatment Facility", + "name": "TreatmentProviderName" + } + }, + "TreatmentProviderTelephone": { + "type": "telephone", + "props": { + "name": "TreatmentProviderTelephone", + "timeOfDay": "Day", + "type": "Domestic", + "numberType": "", + "number": "5852329771", + "extension": "", + "noNumber": false + } + } + } + } + ] + } + } + } + }, + "VoluntaryTreatments": { + "type": "substance.drugs.voluntary", + "props": { + "TreatmentVoluntary": { + "type": "branch", + "props": { + "value": "Yes" + } + }, + "List": { + "type": "collection", + "props": { + "branch": { + "type": "branch", + "props": { + "value": "No" + } + }, + "items": [ + { + "Item": { + "DrugType": { + "type": "radio", + "props": { + "value": "THC" + } + }, + "NoTreatmentExplanation": { + "type": "textarea", + "props": { + "name": "NoTreatmentExplanation", + "value": "I realized that I didn't actually have a problem." + } + }, + "TreatmentCompleted": { + "type": "branch", + "props": { + "name": "TreatmentCompleted", + "value": "No" + } + }, + "TreatmentDates": { + "type": "daterange", + "props": { + "to": { + "type": "datecontrol", + "props": { + "name": "to", + "month": "01", + "day": "01", + "year": "2010", + "estimated": true, + "touched": true + } + }, + "from": { + "type": "datecontrol", + "props": { + "name": "from", + "month": "05", + "day": "01", + "year": "2009", + "estimated": true, + "touched": true + } + }, + "present": false + } + }, + "TreatmentProvider": { + "type": "text", + "props": { + "value": "Mendes, Shawn", + "name": "TreatmentProvider" + } + }, + "TreatmentProviderAddress": { + "type": "location", + "props": { + "street": "1001 S Main St", + "city": "Lamar", + "zipcode": "81052", + "state": "CO", + "country": "United States", + "layout": "Address", + "validated": false + } + }, + "TreatmentProviderTelephone": { + "type": "telephone", + "props": { + "name": "TreatmentProviderTelephone", + "timeOfDay": "Night", + "type": "Domestic", + "numberType": "", + "number": "7197772221", + "extension": "", + "noNumber": false + } + } + } + } + ] + } + } + } + } + } +}