records

records

Active filters Clear all

No active filters

Filters

Fire Department Calls 2020

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Battalion #
               

No description available for this field.

Name (identifier)
battalion
Type
text
Sample
                       
# Calls
               

No description available for this field.

Name (identifier)
calls
Type
integer
Sample
                       
# Units Responded
               

No description available for this field.

Name (identifier)
units_responded
Type
integer
Sample
                       
Call Type
               

No description available for this field.

Name (identifier)
call_type
Type
text
Sample
                       
Category Type
               

No description available for this field.

Name (identifier)
category_type
Type
text
Sample
                       
Week
               

No description available for this field.

Name (identifier)
week
Type
integer
Sample
                       
Year
               

No description available for this field.

Name (identifier)
year
Type
text
Sample
                       
Week Number
               

No description available for this field.

Name (identifier)
week_number
Type
text
Sample
                       
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       

JSON Schema

The following JSON object is a standardized description of your dataset's schema. More about JSON schema.

{
  • "title":"fire-department-calls-2020",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fire-department-calls-2020"
      }
    ]
    ,
  • "definitions":
    {
    • "fire-department-calls-2020":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fire-department-calls-2020_records"
            }
          }
        }
      }
      ,
    • "fire-department-calls-2020_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "battalion":
              {
              • "type":"string",
              • "title":"Battalion #",
              • "description":""
              }
              ,
            • "calls":
              {
              • "type":"integer",
              • "title":"# Calls",
              • "description":""
              }
              ,
            • "units_responded":
              {
              • "type":"integer",
              • "title":"# Units Responded",
              • "description":""
              }
              ,
            • "call_type":
              {
              • "type":"string",
              • "title":"Call Type",
              • "description":""
              }
              ,
            • "category_type":
              {
              • "type":"string",
              • "title":"Category Type",
              • "description":""
              }
              ,
            • "week":
              {
              • "type":"integer",
              • "title":"Week",
              • "description":""
              }
              ,
            • "year":
              {
              • "type":"string",
              • "title":"Year",
              • "description":""
              }
              ,
            • "week_number":
              {
              • "type":"string",
              • "title":"Week Number",
              • "description":""
              }
              ,
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets