An electric vehicle safety recall published by Destination Charged, sourced from NHTSA (US) or Transport Canada (CA). Paired with a site.standard.document record for the human-readable recall page.
any
Any valid record key
Properties
campaignId
string
Required
NHTSA campaign number (US) or Transport Canada recall number (CA).
maxLength: 64 bytescomponent
string
Optional
Component system affected (colon-delimited hierarchy for US).
maxLength: 3000 bytesmaxGraphemes: 300 graphemesconsequence
string
Optional
No description available.
maxLength: 20000 bytesmaxGraphemes: 2000 graphemescountry
string
Required
No description available.
US, CAcreatedAt
string
datetime
Required
An RFC 3339 formatted timestamp.
dcPostUrl
string
uri
Optional
Destination Charged recall page permalink.
documentRef
ref
com.atproto.repo.strongRef
Optional
The site.standard.document record for this recall's page.
make
string
Required
No description available.
maxLength: 1000 bytesmaxGraphemes: 100 graphemesmanufacturer
string
Optional
No description available.
maxLength: 2000 bytesmaxGraphemes: 200 graphemesmodelYears
array
of
string
Optional
Model years affected, as strings (single years or ranges).
maxLength: 50 itemsmodels
array
of
string
Optional
No description available.
maxLength: 50 itemspotentialUnits
integer
Optional
Potential number of vehicles affected.
minimum: 0remedy
string
Optional
No description available.
maxLength: 20000 bytesmaxGraphemes: 2000 graphemesreportedAt
string
datetime
Required
Date the recall report was received by the authority.
site
string
at-uri
Optional
AT-URI of the site.standard.publication this recall is published under.
sourceUrl
string
uri
Required
Official NHTSA / Transport Canada detail page.
summary
string
Required
No description available.
maxLength: 30000 bytesmaxGraphemes: 3000 graphemessummaryFr
string
Optional
French-language summary (Transport Canada recalls).
maxLength: 30000 bytesmaxGraphemes: 3000 graphemesView raw schema
{
"key": "any",
"type": "record",
"record": {
"type": "object",
"required": [
"campaignId",
"country",
"make",
"summary",
"reportedAt",
"sourceUrl",
"createdAt"
],
"properties": {
"make": {
"type": "string",
"maxLength": 1000,
"maxGraphemes": 100
},
"site": {
"type": "string",
"format": "at-uri",
"description": "AT-URI of the site.standard.publication this recall is published under."
},
"models": {
"type": "array",
"items": {
"type": "string",
"maxLength": 1000,
"maxGraphemes": 100
},
"maxLength": 50
},
"remedy": {
"type": "string",
"maxLength": 20000,
"maxGraphemes": 2000
},
"country": {
"type": "string",
"knownValues": [
"US",
"CA"
]
},
"summary": {
"type": "string",
"maxLength": 30000,
"maxGraphemes": 3000
},
"component": {
"type": "string",
"maxLength": 3000,
"description": "Component system affected (colon-delimited hierarchy for US).",
"maxGraphemes": 300
},
"createdAt": {
"type": "string",
"format": "datetime"
},
"dcPostUrl": {
"type": "string",
"format": "uri",
"description": "Destination Charged recall page permalink."
},
"sourceUrl": {
"type": "string",
"format": "uri",
"description": "Official NHTSA / Transport Canada detail page."
},
"summaryFr": {
"type": "string",
"maxLength": 30000,
"description": "French-language summary (Transport Canada recalls).",
"maxGraphemes": 3000
},
"campaignId": {
"type": "string",
"maxLength": 64,
"description": "NHTSA campaign number (US) or Transport Canada recall number (CA)."
},
"modelYears": {
"type": "array",
"items": {
"type": "string",
"maxLength": 100,
"maxGraphemes": 10
},
"maxLength": 50,
"description": "Model years affected, as strings (single years or ranges)."
},
"reportedAt": {
"type": "string",
"format": "datetime",
"description": "Date the recall report was received by the authority."
},
"consequence": {
"type": "string",
"maxLength": 20000,
"maxGraphemes": 2000
},
"documentRef": {
"ref": "com.atproto.repo.strongRef",
"type": "ref",
"description": "The site.standard.document record for this recall's page."
},
"manufacturer": {
"type": "string",
"maxLength": 2000,
"maxGraphemes": 200
},
"potentialUnits": {
"type": "integer",
"minimum": 0,
"description": "Potential number of vehicles affected."
}
}
},
"description": "An electric vehicle safety recall published by Destination Charged, sourced from NHTSA (US) or Transport Canada (CA). Paired with a site.standard.document record for the human-readable recall page."
}