records

records

Active filters Clear all

No active filters

Filters

Fire Public Education

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Activity Code
Activity type (coded)

No description available for this field.

Name (identifier)
actvcode
Type
text
Sample
                       
Activity Code Description
Type of activity described

No description available for this field.

Name (identifier)
actvcodedesc
Type
text
Sample
                       
Activity Code Short Description
               

No description available for this field.

Name (identifier)
actvcodeshortdesc
Type
text
Sample
                       
Start Date/Time
Date/Time the activity started

No description available for this field.

Name (identifier)
startdatetime
Type
datetime
Sample
                       
End Date/Time
Date/Time the activity ended

No description available for this field.

Name (identifier)
enddatetime
Type
datetime
Sample
                       
Location Code
Location of activity (coded)

No description available for this field.

Name (identifier)
locationcode
Type
text
Sample
                       
Location Description
Location of activity

No description available for this field.

Name (identifier)
locationdesc
Type
text
Sample
                       
Hours
Number of hours of interface time with the public

No description available for this field.

Name (identifier)
hours
Type
decimal
Sample
                       
Adults Reached
Number of adults the education reached

No description available for this field.

Name (identifier)
numberadults
Type
integer
Sample
                       
Children Reached
Number of children the education reached

No description available for this field.

Name (identifier)
numberchildren
Type
integer
Sample
                       
Total Invested Hours
Number of hours of staff time for staff involved in the public education

No description available for this field.

Name (identifier)
personnelhours
Type
decimal
Sample
                       
Total Staff
Number of staff members involved in the public education

No description available for this field.

Name (identifier)
numberpersonnel
Type
integer
Sample
                       
Units
The apparatus companies involved in the public education (if any)

No description available for this field.

Name (identifier)
units
Type
text
Sample
                       

JSON Schema

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

{
  • "title":"fire-public-education",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/fire-public-education"
      }
    ]
    ,
  • "definitions":
    {
    • "fire-public-education":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/fire-public-education_records"
            }
          }
        }
      }
      ,
    • "fire-public-education_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "actvcode":
              {
              • "type":"string",
              • "title":"Activity Code",
              • "description":"Activity type (coded)"
              }
              ,
            • "actvcodedesc":
              {
              • "type":"string",
              • "title":"Activity Code Description",
              • "description":"Type of activity described"
              }
              ,
            • "actvcodeshortdesc":
              {
              • "type":"string",
              • "title":"Activity Code Short Description",
              • "description":""
              }
              ,
            • "startdatetime":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"Start Date/Time",
              • "description":"Date/Time the activity started"
              }
              ,
            • "enddatetime":
              {
              • "type":"string",
              • "format":"date-time",
              • "title":"End Date/Time",
              • "description":"Date/Time the activity ended"
              }
              ,
            • "locationcode":
              {
              • "type":"string",
              • "title":"Location Code",
              • "description":"Location of activity (coded)"
              }
              ,
            • "locationdesc":
              {
              • "type":"string",
              • "title":"Location Description",
              • "description":"Location of activity"
              }
              ,
            • "hours":
              {
              • "type":"number",
              • "title":"Hours",
              • "description":"Number of hours of interface time with the public"
              }
              ,
            • "numberadults":
              {
              • "type":"integer",
              • "title":"Adults Reached",
              • "description":"Number of adults the education reached"
              }
              ,
            • "numberchildren":
              {
              • "type":"integer",
              • "title":"Children Reached",
              • "description":"Number of children the education reached"
              }
              ,
            • "personnelhours":
              {
              • "type":"number",
              • "title":"Total Invested Hours",
              • "description":"Number of hours of staff time for staff involved in the public education"
              }
              ,
            • "numberpersonnel":
              {
              • "type":"integer",
              • "title":"Total Staff",
              • "description":"Number of staff members involved in the public education"
              }
              ,
            • "units":
              {
              • "type":"string",
              • "title":"Units",
              • "description":"The apparatus companies involved in the public education (if any) "
              }
            }
          }
        }
      }
    }
}

Similar datasets