changedOutput schema / properties / address / description
Previous value: -"Registered address as returned by the source registry."New value: +"Registered address: an object ({street, city, zip}) or a single formatted string, depending on the registry."
changedOutput schema / properties / address / type
Previous value: -"object"New value: +[
+ "object",
+ "string",
+ "null"
+]
changedOutput schema / properties / country / description
Previous value: -"ISO 3166-1 alpha-2 country code (lowercase)."New value: +"Country code or name as returned by the source registry."
changedOutput schema / properties / country / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
addedOutput schema / properties / fetchedAt
Added value: +{
+ "description": "ISO-8601 timestamp when the data was fetched upstream.",
+ "type": [
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / founded / description
Previous value: -"ISO-8601 founding date."New value: +"ISO-8601 founding date, if known."
changedOutput schema / properties / founded / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / id / description
Previous value: -"National company identifier as supplied."New value: +"National company identifier."
changedOutput schema / properties / id / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / industry / description
Previous value: -"Industry classification (NACE / national code + label)."New value: +"Industry classification ({code, description}; NACE or national code)."
changedOutput schema / properties / industry / type
Previous value: -"object"New value: +[
+ "object",
+ "null"
+]
addedOutput schema / properties / legalForm
Added value: +{
+ "additionalProperties": true,
+ "description": "Legal form: an object ({code, description}) or a string, depending on the registry.",
+ "type": [
+ "object",
+ "string",
+ "null"
+ ]
+}
changedOutput schema / properties / name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / source / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / status / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / vat
Removed value: -{
- "additionalProperties": true,
- "description": "VAT registration metadata (number, registered flag).",
- "type": "object"
-}
addedOutput schema / properties / vatRegistered
Added value: +{
+ "description": "Whether the company is VAT-registered, where the registry reports it.",
+ "type": [
+ "boolean",
+ "null"
+ ]
+}