A conviction disclosed within a SelfDisclosure object in a POST /screenings request.

AttributeTypeDescription
arrestDatestringDate of arrest format should be "YYYY-MM-DD".
caseCountystringCounty which has the arrest record.
convictedbooleanBoolean confirming whether there was a conviction.
convictionDetailsstringAny additional details about the conviction.
currentlyOnProbationbooleanBoolean confirming whether candidate is currently on probation.
dispositionDatestringDate of final court decision on the case. Format should be "YYYY-MM-DD".
offenseLevelstringLevel of offense such as "Category IV".
offenseDatestringDate offense was committed. Format should be "YYYY-MM-DD".
sentenceDatestringDate of sentence format should be "YYYY-MM-DD".
summarystringSummary of conviction.
"conviction":{ "arrestDate":"1990-01-12", "caseCounty":"King", "convicted":false, "convictionDetails":"Found not guilty", "currentlyOnProbation":false, "dispositionDate":"1991-03-31", "offenseLevel":"Class B Felony", "offenseDate":"1990-11-29", "sentenceDate":"1990-04-20", "summary":"Arrest occurred but candidate was found not guilty." }