changedOutput schema / (root)
Previous value: -{
- "$schema": "http://json-schema.org/draft-07/schema#",
- "additionalProperties": false,
- "properties": {
- "carrierAccent": {
- "type": [
- "string",
- "null"
- ]
- },
- "carrierLogo": {
- "type": [
- "string",
- "null"
- ]
- },
- "carrierName": {
- "type": [
- "string",
- "null"
- ]
- },
- "cart": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "items": {
- "items": {
- "additionalProperties": false,
- "properties": {
- "amount": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "currency": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "value",
- "currency"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "productName": {
- "type": "string"
- },
- "purchaseType": {
- "type": "string"
- },
- "segment": {
- "type": [
- "string",
- "null"
- ]
- }
- },
- "required": [
- "productName",
- "purchaseType"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "total": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "currency": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "value",
- "currency"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "items"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "placedBids": {
- "description": "Placed bids (order changes) with live status, when the Open API is in play.",
- "items": {
- "additionalProperties": false,
- "properties": {
- "amount": {
- "anyOf": [
- {
- "additionalProperties": false,
- "properties": {
- "currency": {
- "type": "string"
- },
- "value": {
- "type": "number"
- }
- },
- "required": [
- "value",
- "currency"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
- ]
- },
- "mutable": {
- "type": "boolean"
- },
- "orderChangeId": {
- "type": "string"
- },
- "productName": {
- "type": [
- "string",
- "null"
- ]
- },
- "segment": {
- "type": [
- "string",
- "null"
- ]
- },
- "status": {
- "type": "string"
- }
- },
- "required": [
- "orderChangeId",
- "status"
- ],
- "type": "object"
- },
- "type": "array"
- }
- },
- "type": "object"
-}New value: +null