records

records

Active filters Clear all

No active filters

Filters

Parking & Moving Traffic - Parking PCNs Issued and Income by Month

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Month
               

No description available for this field.

Name (identifier)
month
Type
date
Sample
                       
Penalty Charge Notices Issued
               

No description available for this field.

Name (identifier)
penalty_charge_notices_issued
Type
integer
Sample
                       
On & Off Street Income from PCNs
               

No description available for this field.

Name (identifier)
on_off_street_income_from_pcns
Type
integer
Unit
£
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"parking-services-monthly",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/parking-services-monthly"
      }
    ]
    ,
  • "definitions":
    {
    • "parking-services-monthly":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/parking-services-monthly_records"
            }
          }
        }
      }
      ,
    • "parking-services-monthly_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "month":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Month",
              • "description":""
              }
              ,
            • "penalty_charge_notices_issued":
              {
              • "type":"integer",
              • "title":"Penalty Charge Notices Issued",
              • "description":""
              }
              ,
            • "on_off_street_income_from_pcns":
              {
              • "type":"integer",
              • "title":"On & Off Street Income from PCNs",
              • "description":"",
              • "unit":"£"
              }
            }
          }
        }
      }
    }
}

Similar datasets