changedOutput schema / (root)
Previous value: -{
- "additionalProperties": false,
- "properties": {
- "count": {
- "type": "integer"
- },
- "partners": {
- "items": {
- "properties": {
- "areas": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "license": {
- "properties": {
- "number": {
- "type": "string"
- },
- "regulator_url": {
- "type": "string"
- },
- "type": {
- "type": "string"
- }
- },
- "type": [
- "object",
- "null"
- ]
- },
- "name": {
- "type": "string"
- },
- "page_url": {
- "type": "string"
- },
- "services": {
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "summary": {
- "type": "string"
- },
- "trade": {
- "type": "string"
- },
- "website": {
- "type": "string"
- }
- },
- "required": [
- "name",
- "trade"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "terms": {
- "type": "string"
- }
- },
- "required": [
- "count",
- "partners",
- "terms"
- ],
- "type": "object"
-}New value: +null