removedOutput schema / properties / accounts / items / properties / brokerAccountTypeName / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / accounts / items / properties / brokerAccountTypeName / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / accounts / items / properties / label / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / accounts / items / properties / label / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / accounts / items / properties / lastKnownBalance / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / accounts / items / properties / lastKnownBalance / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / accounts / items / properties / lastKnownEquity / anyOf
Removed value: -[
- {
- "type": "number"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / accounts / items / properties / lastKnownEquity / type
Added value: +[
+ "number",
+ "null"
+]
removedOutput schema / properties / accounts / items / properties / lastSyncAt / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / accounts / items / properties / lastSyncAt / type
Added value: +[
+ "string",
+ "null"
+]
removedOutput schema / properties / accounts / items / properties / server / anyOf
Removed value: -[
- {
- "type": "string"
- },
- {
- "type": "null"
- }
-]
addedOutput schema / properties / accounts / items / properties / server / type
Added value: +[
+ "string",
+ "null"
+]
changedOutput schema / properties / accounts / items / properties / terminal / anyOf
Previous value: -[
- {
- "additionalProperties": false,
- "properties": {
- "assignedPort": {
- "anyOf": [
- {
- "type": "number"
- },
- {
- "type": "null"
- }
- ]
- },
- "nodeName": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- },
- "terminalStatus": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "assignedPort",
- "terminalStatus",
- "nodeName"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "additionalProperties": false,
+ "properties": {
+ "assignedPort": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "nodeName": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "terminalStatus": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "required": [
+ "assignedPort",
+ "terminalStatus",
+ "nodeName"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]