records
Parking tickets 2017-2019
Dataset schema
Click to expand Click to collapse
JSON Schema
The following JSON object is a standardized description of your dataset's schema. More about JSON schema.
{
- "title":"parking-tickets-2017-2019",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/parking-tickets-2017-2019"
}
] - "definitions":{
- "parking-tickets-2017-2019":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/parking-tickets-2017-2019_records"
}
}
} - "records":
} - "properties":
- "parking-tickets-2017-2019_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "block":,{
- "type":"integer",
- "title":"Block",
- "description":"Block level of the street where the infraction occurred."
} - "street":,{
- "type":"string",
- "title":"Street",
- "description":"Name of the street where the infraction occurred"
} - "entrydate":,{
- "type":"string",
- "format":"date",
- "title":"EntryDate",
- "description":"Date the infraction occurred"
} - "bylaw":,{
- "type":"integer",
- "title":"Bylaw",
- "description":"Specific parking bylaw which the parking ticket was issued under"
} - "section":,{
- "type":"string",
- "title":"Section",
- "description":"Specific section of the bylaw which the infraction pertains"
} - "status":,{
- "type":"string",
- "title":"Status",
- "description":"Status of the parking ticket. CA = One time courtesy cancellation (no longer exists), IS = Issued, RA = Cancelled due to Paid by Phone, VA = Void, VR = Void request, VS = Auto-void, WR = Warning"
} - "infractiontext":,{
- "type":"string",
- "title":"InfractionText",
- "description":"Description of the infraction"
} - "year":{
- "type":"string",
- "title":"Year",
- "description":"Year the infraction occurred"
}
} - "block":
}
} - "fields":
} - "properties":
} - "parking-tickets-2017-2019":
}