records

records

Active filters Clear all

No active filters

Filters

Parking tickets 2017-2019

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Block
Block level of the street where the infraction occurred.

No description available for this field.

Name (identifier)
block
Type
integer
Sample
                       
Street
Name of the street where the infraction occurred

No description available for this field.

Name (identifier)
street
Type
text
Sample
                       
EntryDate
Date the infraction occurred

No description available for this field.

Name (identifier)
entrydate
Type
date
Sample
                       
Bylaw
Specific parking bylaw which the parking ticket was issued under

No description available for this field.

Name (identifier)
bylaw
Type
integer
Sample
                       
Section
Specific section of the bylaw which the infraction pertains

No description available for this field.

Name (identifier)
section
Type
text
Sample
                       
Status
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

No description available for this field.

Name (identifier)
status
Type
text
Sample
                       
InfractionText
Description of the infraction

No description available for this field.

Name (identifier)
infractiontext
Type
text
Sample
                       
Year
Year the infraction occurred

No description available for this field.

Name (identifier)
year
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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"
              }
            }
          }
        }
      }
    }
}

Similar datasets