changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "page": {
+ "description": "Current page number",
+ "type": "number"
+ },
+ "per_page": {
+ "description": "Results per page",
+ "type": "number"
+ },
+ "results": {
+ "description": "Array of matching legal units",
+ "items": {
+ "properties": {
+ "address": {
+ "description": "Registered address",
+ "type": "string"
+ },
+ "ape": {
+ "description": "APE/NAF activity code",
+ "type": "string"
+ },
+ "city": {
+ "description": "City name",
+ "type": "string"
+ },
+ "denomination": {
+ "description": "Legal unit name",
+ "type": "string"
+ },
+ "departement": {
+ "description": "French département code",
+ "type": "string"
+ },
+ "dirigeants": {
+ "description": "Directors and managers",
+ "items": {
+ "properties": {
+ "fonction": {
+ "description": "Role/title",
+ "type": "string"
+ },
+ "nom": {
+ "description": "Director name",
+ "type": "string"
+ },
+ "prenom": {
+ "description": "Director first name",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "etablissements": {
+ "description": "Registered establishments",
+ "items": {
+ "properties": {
+ "address": {
+ "description": "Establishment address",
+ "type": "string"
+ },
+ "city": {
+ "description": "City name",
+ "type": "string"
+ },
+ "enseigne": {
+ "description": "Trading name",
+ "type": "string"
+ },
+ "etat_administratif": {
+ "description": "Status (A=active, R=closed)",
+ "type": "string"
+ },
+ "postal_code": {
+ "description": "5-digit postal code",
+ "type": "string"
+ },
+ "siret": {
+ "description": "14-digit SIRET identifier",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "etat_administratif": {
+ "description": "Administrative status (A=active, R=radiated)",
+ "type": "string"
+ },
+ "labels": {
+ "description": "RGE eco-labels or certifications",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "postal_code": {
+ "description": "5-digit postal code",
+ "type": "string"
+ },
+ "sigle": {
+ "description": "Abbreviated name or acronym",
+ "type": "string"
+ },
+ "siren": {
+ "description": "9-digit SIREN identifier",
+ "type": "string"
+ },
+ "tranche_effectif_salarie": {
+ "description": "Employee count band",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "total_results": {
+ "description": "Total number of matching results",
+ "type": "number"
+ }
+ },
+ "type": "object"
+}