records
Freedom of Information (FOI) Code
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":"freedom-of-information-foi-code",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/freedom-of-information-foi-code"
}
] - "definitions":{
- "freedom-of-information-foi-code":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/freedom-of-information-foi-code_records"
}
}
} - "records":
} - "properties":
- "freedom-of-information-foi-code_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "period":,{
- "type":"string",
- "format":"date",
- "title":"Period",
- "description":""
} - "requests_received_during_the_period":,{
- "type":"integer",
- "title":"Requests received during the period",
- "description":""
} - "received_requests_that_have_not_yet_been_processed_including_extended_deadlines_or_a_stopped_clock_e":,{
- "type":"integer",
- "title":"Received requests that have not yet been processed (including extended deadlines or a stopped clock, e.g. because a fee notice has been issued)",
- "description":""
} - "requests_received_that_were_processed_in_full_including_met_within_the_statutory_deadline_those_wher":,{
- "type":"integer",
- "title":"Requests received that were processed in full (including met within the statutory deadline, those where the deadline was extended and those where the processing took longer than the statutory deadline)",
- "description":""
} - "requests_answered_in_time":,{
- "type":"number",
- "title":"Requests answered in time (%)",
- "description":"",
- "unit":"%"
} - "requests_where_the_information_was_granted_in_full":,{
- "type":"integer",
- "title":"Requests where the information was granted in full",
- "description":""
} - "requests_where_the_information_was_granted_in_part_and_refused_in_part":,{
- "type":"integer",
- "title":"Requests where the information was granted in part and refused in part",
- "description":""
} - "full_refusal_an_exemption_was_used_on_the_whole_request_and_no_information_was_granted":,{
- "type":"integer",
- "title":"Full refusal - an exemption was used on the whole request and no information was granted",
- "description":""
} - "late_and_open":,{
- "type":"integer",
- "title":"LATE and OPEN",
- "description":""
} - "hold_waiting_for_requester_to_clarify_part_whole_of_their_request":{
- "type":"integer",
- "title":"HOLD - waiting for requester to clarify part/whole of their request",
- "description":""
}
} - "period":
}
} - "fields":
} - "properties":
} - "freedom-of-information-foi-code":
}