changedOutput schema / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "data": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "data": {
- "additionalProperties": {},
- "properties": {},
- "type": "object"
- },
- "date": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- },
- "required": [
- "date",
- "type",
- "data"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "denomination": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "pagination": {
- "additionalProperties": {},
- "properties": {},
- "type": "object"
- },
- "siren": {
- "type": "string"
- }
- },
- "required": [
- "siren",
- "data",
- "pagination"
- ],
- "type": "object"
- },
- {
- "additionalProperties": {},
- "properties": {
- "_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": {
+ "data": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "data": {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ "date": {
+ "type": "string"
+ },
+ "type": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "date",
+ "type",
+ "data"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "denomination": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "pagination": {
+ "additionalProperties": {},
+ "properties": {},
+ "type": "object"
+ },
+ "siren": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "siren",
+ "data",
+ "pagination"
+ ],
+ "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"
+ }
+]