25 records

Council budget and expenses

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
YEAR
               

No description available for this field.

Name (identifier)
year
Type
date
Sample
                       
File Contents
               

No description available for this field.

Name (identifier)
file_contents
Type
text
Sample
                       
Link to XLS file
               

No description available for this field.

Name (identifier)
link_to_xls_file
Type
text
Sample
                       
Link to CSV file
               

No description available for this field.

Name (identifier)
link_to_csv_file
Type
text
Sample
                       
Note
               

No description available for this field.

Name (identifier)
note
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"council-budget-and-expenses",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/council-budget-and-expenses"
      }
    ]
    ,
  • "definitions":
    {
    • "council-budget-and-expenses":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/council-budget-and-expenses_records"
            }
          }
        }
      }
      ,
    • "council-budget-and-expenses_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "year":
              {
              • "type":"string",
              • "format":"date",
              • "title":"YEAR",
              • "description":""
              }
              ,
            • "file_contents":
              {
              • "type":"string",
              • "title":"File Contents",
              • "description":""
              }
              ,
            • "link_to_xls_file":
              {
              • "type":"string",
              • "title":"Link to XLS file",
              • "description":""
              }
              ,
            • "link_to_csv_file":
              {
              • "type":"string",
              • "title":"Link to CSV file",
              • "description":""
              }
              ,
            • "note":
              {
              • "type":"string",
              • "title":"Note",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets