records

records

Active filters Clear all

No active filters

Filters

Requests for Open Data

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
ID_Number
Assigned tracking number

No description available for this field.

Name (identifier)
number
Type
text
Sample
                       
State
Progress of Request

No description available for this field.

Name (identifier)
state
Type
text
Sample
                       
Title
               

No description available for this field.

Name (identifier)
title
Type
text
Sample
                       
Category
Classification of Request

No description available for this field.

Name (identifier)
category
Type
text
Sample
                       
Assigned To
               

No description available for this field.

Name (identifier)
assigned_to
Type
text
Sample
                       
Due Date
               

No description available for this field.

Name (identifier)
due_date
Type
text
Sample
                       
Created At (Timestamp)
Date and Time request was received in ticketing system

No description available for this field.

Name (identifier)
created_at_timestamp
Type
datetime
Sample
                       
Department
               

No description available for this field.

Name (identifier)
department
Type
text
Sample
                       
Requested Data
Data set Requested

No description available for this field.

Name (identifier)
dataset
Type
text
Sample
                       

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"
            }
          }
        }
      }
      ,
    • "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"
              }
            }
          }
        }
      }
    }
}

Similar datasets