records
NC COVID-19 Cases & Deaths
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":"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"
}
}
} - "records":
} - "properties":
- "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":""
}
} - "date":
}
} - "fields":
} - "properties":
} - "nc-covid-19-cases-deaths":
}