addedInput schema / additionalProperties
Added value: +false
addedOutput schema / properties / error
Added value: +{
+ "type": "object"
+}
addedOutput schema / properties / results / items / properties / campaign_number / title
Added value: +"Campaign Number"
changedOutput schema / properties / results / items / properties / campaign_number / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / component / description
Previous value: -"Affected vehicle system or component."New value: +"Vehicle system or component affected by the recall."
addedOutput schema / properties / results / items / properties / component / title
Added value: +"Component"
changedOutput schema / properties / results / items / properties / component / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / consequence / description
Previous value: -"Official safety consequence."New value: +"Official safety consequence stated by NHTSA."
addedOutput schema / properties / results / items / properties / consequence / title
Added value: +"Consequence"
changedOutput schema / properties / results / items / properties / consequence / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / make / description
Previous value: -"Vehicle make."New value: +"Vehicle make associated with this recall row."
addedOutput schema / properties / results / items / properties / make / title
Added value: +"Make"
changedOutput schema / properties / results / items / properties / make / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / manufacturer / description
Previous value: -"Manufacturer named in the recall."New value: +"Manufacturer named in the NHTSA recall record."
addedOutput schema / properties / results / items / properties / manufacturer / title
Added value: +"Manufacturer"
changedOutput schema / properties / results / items / properties / manufacturer / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / model / description
Previous value: -"Vehicle model."New value: +"Vehicle model associated with this recall row."
addedOutput schema / properties / results / items / properties / model / title
Added value: +"Model"
changedOutput schema / properties / results / items / properties / model / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / model_year / description
Previous value: -"Vehicle model year."New value: +"Vehicle model year associated with this recall row."
addedOutput schema / properties / results / items / properties / model_year / title
Added value: +"Model Year"
changedOutput schema / properties / results / items / properties / model_year / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
changedOutput schema / properties / results / items / properties / park_it / description
Previous value: -"Whether NHTSA issues a park-it warning."New value: +"Whether NHTSA marks the recall with a park-it warning."
addedOutput schema / properties / results / items / properties / park_it / title
Added value: +"Park It Warning"
changedOutput schema / properties / results / items / properties / park_it / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / results / items / properties / park_outside / description
Previous value: -"Whether NHTSA issues a park-outside warning."New value: +"Whether NHTSA marks the recall with a park-outside warning."
addedOutput schema / properties / results / items / properties / park_outside / title
Added value: +"Park Outside Warning"
changedOutput schema / properties / results / items / properties / park_outside / type
Previous value: -"boolean"New value: +[
+ "boolean",
+ "null"
+]
changedOutput schema / properties / results / items / properties / potential_units_affected / description
Previous value: -"Potential number of affected units."New value: +"Potential number of affected units when supplied by NHTSA."
addedOutput schema / properties / results / items / properties / potential_units_affected / title
Added value: +"Potential Units Affected"
changedOutput schema / properties / results / items / properties / potential_units_affected / type
Previous value: -"integer"New value: +[
+ "integer",
+ "null"
+]
addedOutput schema / properties / results / items / properties / remedy / title
Added value: +"Remedy"
changedOutput schema / properties / results / items / properties / remedy / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / summary / description
Previous value: -"Official defect summary."New value: +"Official description of the recalled products and defect."
addedOutput schema / properties / results / items / properties / summary / title
Added value: +"Summary"
changedOutput schema / properties / results / items / properties / summary / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / run
Added value: +{
+ "type": "object"
+}
addedOutput schema / properties / status
Added value: +{
+ "enum": [
+ "success",
+ "empty_unverified",
+ "partial",
+ "error"
+ ],
+ "type": "string"
+}
changedOutput schema / required
Previous value: -[
- "results"
-]New value: +[
+ "results",
+ "status"
+]