addedInput schema / additionalProperties
Added value: +false
addedOutput schema / properties / error
Added value: +{
+ "type": "object"
+}
removedOutput schema / properties / results / description
Removed value: -"Collection of French company records from the SIRENE register."
changedOutput schema / properties / results / items / properties / employees / description
Previous value: -"Company-wide workforce size band."New value: +"Structured employees value returned by the French public company-data API backed by the SIRENE register."
addedOutput schema / properties / results / items / properties / employees / title
Added value: +"Employees"
changedOutput schema / properties / results / items / properties / employees / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / hq_city / description
Previous value: -"Headquarters city."New value: +"Structured hq city value returned by the French public company-data API backed by the SIRENE register."
addedOutput schema / properties / results / items / properties / hq_city / title
Added value: +"Hq City"
changedOutput schema / properties / results / items / properties / hq_city / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / legal_name / description
Previous value: -"Registered legal name of the company."New value: +"Structured legal name value returned by the French public company-data API backed by the SIRENE register."
addedOutput schema / properties / results / items / properties / legal_name / title
Added value: +"Legal Name"
changedOutput schema / properties / results / items / properties / legal_name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / naf_code / description
Previous value: -"Main NAF/APE economic activity code."New value: +"Structured naf code value returned by the French public company-data API backed by the SIRENE register."
addedOutput schema / properties / results / items / properties / naf_code / title
Added value: +"Naf Code"
changedOutput schema / properties / results / items / properties / naf_code / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / name / description
Previous value: -"Organization or company name as published by the source."New value: +"Organization, company, facility or record name as published by the source."
addedOutput schema / properties / results / items / properties / name / title
Added value: +"Name"
changedOutput schema / properties / results / items / properties / name / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / revenue / description
Previous value: -"Most recently reported annual revenue."New value: +"Turnover for financials_year in whole euros, taken from the accounts filed with the commercial court. Only companies that file publicly have it."
addedOutput schema / properties / results / items / properties / revenue / title
Added value: +"Revenue (EUR)"
changedOutput schema / properties / results / items / properties / revenue / type
Previous value: -"number"New value: +[
+ "integer",
+ "null"
+]
changedOutput schema / properties / results / items / properties / siren / description
Previous value: -"9-digit SIREN company identifier."New value: +"Structured siren value returned by the French public company-data API backed by the SIRENE register."
addedOutput schema / properties / results / items / properties / siren / title
Added value: +"Siren"
changedOutput schema / properties / results / items / properties / siren / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / results / items / properties / status / description
Previous value: -"Current company status, e.g. 'active'."New value: +"Current source-defined status of the organization, provider or study."
addedOutput schema / properties / results / items / properties / status / title
Added value: +"Status"
changedOutput schema / properties / results / items / properties / status / type
Previous value: -"string"New value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / results / items / required
Removed value: -[
- "siren",
- "name"
-]
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"
+]