records
Requests for Open Data
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":"requests-for-open-data",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/requests-for-open-data"
}
] - "definitions":{
- "requests-for-open-data":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/requests-for-open-data_records"
}
}
} - "records":
} - "properties":
- "requests-for-open-data_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "number":,{
- "type":"string",
- "title":"ID_Number",
- "description":"Assigned tracking number"
} - "state":,{
- "type":"string",
- "title":"State",
- "description":"Progress of Request"
} - "title":,{
- "type":"string",
- "title":"Title",
- "description":""
} - "category":,{
- "type":"string",
- "title":"Category",
- "description":"Classification of Request"
} - "assigned_to":,{
- "type":"string",
- "title":"Assigned To",
- "description":""
} - "due_date":,{
- "type":"string",
- "title":"Due Date",
- "description":""
} - "created_at_timestamp":,{
- "type":"string",
- "format":"date-time",
- "title":"Created At (Timestamp)",
- "description":"Date and Time request was received in ticketing system"
} - "department":,{
- "type":"string",
- "title":"Department",
- "description":""
} - "dataset":{
- "type":"string",
- "title":"Requested Data",
- "description":"Data set Requested"
}
} - "number":
}
} - "fields":
} - "properties":
} - "requests-for-open-data":
}