records
Data Roadmap and Tracker
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":"ukpn-external-facing-tracker",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/ukpn-external-facing-tracker"
}
] - "definitions":{
- "ukpn-external-facing-tracker":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/ukpn-external-facing-tracker_records"
}
}
} - "records":
} - "properties":
- "ukpn-external-facing-tracker_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "id":,{
- "type":"string",
- "title":"ID",
- "description":""
} - "dataset_title":,{
- "type":"string",
- "title":"Dataset Title",
- "description":""
} - "description":,{
- "type":"string",
- "title":"Description",
- "description":"A short description of what the dataset is"
} - "triage_outcome":,{
- "type":"string",
- "title":"Triage Outcome",
- "description":""
} - "portal_status":,{
- "type":"string",
- "title":"Portal Status",
- "description":""
} - "estimated_actual_date_for_publication":,{
- "type":"string",
- "format":"date",
- "title":"Estimated/Actual Date for Publication",
- "description":""
} - "refresh_rate":,{
- "type":"string",
- "title":"Refresh Rate",
- "description":""
} - "raw_processed":,{
- "type":"string",
- "title":"Raw/Processed",
- "description":""
} - "link_to_dataset":,{
- "type":"string",
- "title":"Link to Dataset",
- "description":""
} - "link_to_triage":{
- "type":"string",
- "title":"Link to Triage",
- "description":""
}
} - "id":
}
} - "fields":
} - "properties":
} - "ukpn-external-facing-tracker":
}