records

records

Active filters Clear all

No active filters

Filters

NC COVID-19 Cases & Deaths

Attachments

Click to expand Click to collapse

Dataset schema

Click to expand Click to collapse
Date
               

No description available for this field.

Name (identifier)
date
Type
date
Sample
                       
Cases by Report Date
               

No description available for this field.

Name (identifier)
cases_by_report_date
Type
integer
Sample
                       
Deaths by Date of Death
               

No description available for this field.

Name (identifier)
deaths_by_date_of_death
Type
integer
Sample
                       

JSON Schema

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

{
  • "title":"nc-covid-19-cases-deaths",
  • "type":"object",
  • "oneOf":
    [
    • {
      • "$ref":"#/definitions/nc-covid-19-cases-deaths"
      }
    ]
    ,
  • "definitions":
    {
    • "nc-covid-19-cases-deaths":
      {
      • "properties":
        {
        • "records":
          {
          • "type":"array",
          • "items":
            {
            • "$ref":"#/definitions/nc-covid-19-cases-deaths_records"
            }
          }
        }
      }
      ,
    • "nc-covid-19-cases-deaths_records":
      {
      • "properties":
        {
        • "fields":
          {
          • "type":"object",
          • "properties":
            {
            • "date":
              {
              • "type":"string",
              • "format":"date",
              • "title":"Date",
              • "description":""
              }
              ,
            • "cases_by_report_date":
              {
              • "type":"integer",
              • "title":"Cases by Report Date",
              • "description":""
              }
              ,
            • "deaths_by_date_of_death":
              {
              • "type":"integer",
              • "title":"Deaths by Date of Death",
              • "description":""
              }
            }
          }
        }
      }
    }
}

Similar datasets