records
Parking & Moving Traffic - Parking PCNs Issued and Income by Month
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-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"
}
}
} - "records":
} - "properties":
- "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":"£"
}
} - "month":
}
} - "fields":
} - "properties":
} - "parking-services-monthly":
}