records
Customer service requests, with resolution time
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":"customer-service-requests-with-resolution-time",
- "type":"object",
- "oneOf":,[
- {
- "$ref":"#/definitions/customer-service-requests-with-resolution-time"
}
] - "definitions":{
- "customer-service-requests-with-resolution-time":,{
- "properties":{
- "records":{
- "type":"array",
- "items":{
- "$ref":"#/definitions/customer-service-requests-with-resolution-time_records"
}
}
} - "records":
} - "properties":
- "customer-service-requests-with-resolution-time_records":{
- "properties":{
- "fields":{
- "type":"object",
- "properties":{
- "request_status":,{
- "type":"string",
- "title":"REQUEST_STATUS",
- "description":""
} - "date_received":,{
- "type":"string",
- "format":"date",
- "title":"DATE_RECEIVED",
- "description":""
} - "date_completed":,{
- "type":"string",
- "format":"date",
- "title":"DATE_COMPLETED",
- "description":""
} - "suburb":,{
- "type":"string",
- "title":"SUBURB",
- "description":""
} - "category":,{
- "type":"string",
- "title":"CATEGORY",
- "description":""
} - "service_desc":,{
- "type":"string",
- "title":"SERVICE_DESC",
- "description":""
} - "days_to_complete":{
- "type":"integer",
- "title":"DAYS_TO_COMPLETE",
- "description":""
}
} - "request_status":
}
} - "fields":
} - "properties":
} - "customer-service-requests-with-resolution-time":
}