records
Record Retention Schedule
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":"record-retention-schedule",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/record-retention-schedule"
}
] - "definitions":{
- "record-retention-schedule":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/record-retention-schedule_records"
}
}
} - "records":
} - "properties":
- "record-retention-schedule_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "disposal_unique_record_number":,{
- "type":"string",
- "title":"Disposal Unique Record Number",
- "description":""
} - "function":,{
- "type":"string",
- "title":"Function",
- "description":""
} - "activity":,{
- "type":"string",
- "title":"Activity",
- "description":""
} - "description_of_records":,{
- "type":"string",
- "title":"Description of Records",
- "description":""
} - "retention_period":,{
- "type":"string",
- "title":"Retention Period",
- "description":""
} - "event_trigger":,{
- "type":"string",
- "title":"Event Trigger",
- "description":""
} - "legislation_or_regulations":,{
- "type":"string",
- "title":"Legislation or Regulations",
- "description":""
} - "date_of_last_review":{
- "type":"string",
- "format":"date",
- "title":"Date of Last Review",
- "description":""
}
} - "disposal_unique_record_number":
}
} - "fields":
} - "properties":
} - "record-retention-schedule":
}