records
Expenditure exceeding £500 - 2024
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":"expenditure-exceeding-ps500-2024",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/expenditure-exceeding-ps500-2024"
}
] - "definitions":{
- "expenditure-exceeding-ps500-2024":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/expenditure-exceeding-ps500-2024_records"
}
}
} - "records":
} - "properties":
- "expenditure-exceeding-ps500-2024_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "unique_id":,{
- "type":"integer",
- "title":"Unique ID",
- "description":""
} - "payment_date":,{
- "type":"string",
- "format":"date",
- "title":"Payment Date",
- "description":""
} - "department":,{
- "type":"string",
- "title":"Department",
- "description":""
} - "beneficiary":,{
- "type":"string",
- "title":"Beneficiary",
- "description":""
} - "purpose_of_expenditure":,{
- "type":"string",
- "title":"Purpose of expenditure",
- "description":""
} - "amount":,{
- "type":"number",
- "title":"Amount",
- "description":"",
- "unit":"£"
} - "vat":,{
- "type":"number",
- "title":"VAT",
- "description":"",
- "unit":"£"
} - "vat_code":,{
- "type":"string",
- "title":"VAT code",
- "description":""
} - "merchant_category":{
- "type":"string",
- "title":"Merchant category",
- "description":""
}
} - "unique_id":
}
} - "fields":
} - "properties":
} - "expenditure-exceeding-ps500-2024":
}