records
Staff counts 2014-15
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":"staff-counts-2014-15",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/staff-counts-2014-15"
}
] - "definitions":{
- "staff-counts-2014-15":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/staff-counts-2014-15_records"
}
}
} - "records":
} - "properties":
- "staff-counts-2014-15_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "as_at_date":,{
- "type":"string",
- "format":"date",
- "title":"As at Date",
- "description":"The date in which the information was generated at"
} - "actual_budget_plan":,{
- "type":"string",
- "title":"Actual/Budget/Plan",
- "description":"Indicating if this value was the actual, budgeted or planned value according to 'as at date' field"
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":"The group in which the value reflects FTE"
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":"The nature of the FTE contract value"
} - "year":,{
- "type":"string",
- "title":"Year",
- "description":"The financial year in which the FTE was incurred"
} - "value_fte":{
- "type":"number",
- "title":"Value (FTE)",
- "description":"The value in full time equivalent (FTE)"
}
} - "as_at_date":
}
} - "fields":
} - "properties":
} - "staff-counts-2014-15":
}