changedOutput schema / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "_user_plan": {
- "type": "string"
- },
- "data": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "actif": {
- "type": "boolean"
- },
- "annee_naissance": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "date_debut_mandat": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "date_fin_mandat": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "denomination": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "nom": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "prenom": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "representants": {
- "items": {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "type": "array"
- },
- "role": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "siren": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "type": {
- "enum": [
- "PP",
- "PM"
- ],
- "type": "string"
- }
- },
- "type": "object"
- },
- "type": "array"
- },
- "denomination": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "message": {
- "type": "string"
- },
- "pagination": {
- "additionalProperties": {},
- "properties": {
- "has_more": {
- "type": "boolean"
- },
- "limit": {
- "type": "number"
- },
- "offset": {
- "type": "number"
- }
- },
- "type": "object"
- },
- "siren": {
- "type": "string"
- }
- },
- "required": [
- "siren",
- "data"
- ],
- "type": "object"
- },
- {
- "additionalProperties": {},
- "properties": {
- "_credits_remaining": {
- "type": "number"
- },
- "_quota_remaining_month": {
- "type": "number"
- },
- "_quota_remaining_today": {
- "type": "number"
- },
- "_user_plan": {
- "type": "string"
- },
- "data": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "data": {
- "items": {
- "additionalProperties": {},
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "type": "array"
- },
- "denomination": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "siren": {
- "type": "string"
- },
- "total": {
- "type": "number"
- },
- "truncated": {
- "type": "boolean"
- }
- },
- "required": [
- "siren",
- "data"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "duplicates_ignored": {
- "type": "number"
- },
- "not_found": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "per_company_limit": {
- "type": "number"
- },
- "requested": {
- "type": "number"
- },
- "returned": {
- "type": "number"
- }
- },
- "required": [
- "data"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "_user_plan": {
+ "type": "string"
+ },
+ "data": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "actif": {
+ "type": "boolean"
+ },
+ "annee_naissance": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "date_debut_mandat": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "date_fin_mandat": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "denomination": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "linkedin_url": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "nom": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "prenom": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "representants": {
+ "items": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "role": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "siren": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "type": {
+ "enum": [
+ "PP",
+ "PM"
+ ],
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "denomination": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "message": {
+ "type": "string"
+ },
+ "pagination": {
+ "additionalProperties": {},
+ "properties": {
+ "has_more": {
+ "type": "boolean"
+ },
+ "limit": {
+ "type": "number"
+ },
+ "offset": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+ },
+ "siren": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "siren",
+ "data"
+ ],
+ "type": "object"
+ },
+ {
+ "additionalProperties": {},
+ "properties": {
+ "_credits_remaining": {
+ "type": "number"
+ },
+ "_quota_remaining_month": {
+ "type": "number"
+ },
+ "_quota_remaining_today": {
+ "type": "number"
+ },
+ "_user_plan": {
+ "type": "string"
+ },
+ "data": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "data": {
+ "items": {
+ "additionalProperties": {},
+ "propertyNames": {
+ "type": "string"
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "denomination": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "siren": {
+ "type": "string"
+ },
+ "total": {
+ "type": "number"
+ },
+ "truncated": {
+ "type": "boolean"
+ }
+ },
+ "required": [
+ "siren",
+ "data"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "duplicates_ignored": {
+ "type": "number"
+ },
+ "not_found": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "per_company_limit": {
+ "type": "number"
+ },
+ "requested": {
+ "type": "number"
+ },
+ "returned": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "data"
+ ],
+ "type": "object"
+ }
+]