changedOutput schema / anyOf
Previous value: -[
- {
- "additionalProperties": {},
- "properties": {
- "reason": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "risk": {
- "anyOf": [
- {
- "additionalProperties": {},
- "properties": {
- "as_of": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "factors": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "direction": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "libelle": {
- "type": "string"
- }
- },
- "required": [
- "libelle"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "grade": {
- "type": "string"
- },
- "grade_default_rate": {
- "additionalProperties": {},
- "properties": {
- "m12": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "m3": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "m6": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "type": "object"
- },
- "model": {
- "type": "string"
- }
- },
- "required": [
- "grade",
- "grade_default_rate",
- "factors",
- "model"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "scorable": {
- "type": "boolean"
- },
- "siren": {
- "type": "string"
- }
- },
- "required": [
- "siren",
- "scorable",
- "risk"
- ],
- "type": "object"
- },
- {
- "additionalProperties": {},
- "properties": {
- "_quota_remaining_month": {
- "type": "number"
- },
- "_quota_remaining_today": {
- "type": "number"
- },
- "_user_plan": {
- "type": "string"
- },
- "data": {
- "items": {
- "additionalProperties": {},
- "properties": {
- "siren": {
- "type": "string"
- }
- },
- "required": [
- "siren"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "duplicates_ignored": {
- "type": "number"
- },
- "not_found": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "requested": {
- "type": "number"
- },
- "returned": {
- "type": "number"
- }
- },
- "required": [
- "data"
- ],
- "type": "object"
- }
-]New value: +[
+ {
+ "additionalProperties": {},
+ "properties": {
+ "reason": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "risk": {
+ "anyOf": [
+ {
+ "additionalProperties": {},
+ "properties": {
+ "as_of": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "factors": {
+ "items": {
+ "additionalProperties": {},
+ "properties": {
+ "direction": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "libelle": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "libelle"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "grade": {
+ "type": "string"
+ },
+ "grade_default_rate": {
+ "additionalProperties": {},
+ "properties": {
+ "m12": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "m3": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "m6": {
+ "anyOf": [
+ {
+ "type": "number"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "model": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "grade",
+ "grade_default_rate",
+ "factors",
+ "model"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "scorable": {
+ "type": "boolean"
+ },
+ "siren": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "siren",
+ "scorable",
+ "risk"
+ ],
+ "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": {
+ "siren": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "siren"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "duplicates_ignored": {
+ "type": "number"
+ },
+ "not_found": {
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "requested": {
+ "type": "number"
+ },
+ "returned": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "data"
+ ],
+ "type": "object"
+ }
+]