changedInput schema / properties / datasets / items / enum
Previous value: -[
- "accounts",
- "balances",
- "account_terms",
- "transactions",
- "coverage",
- "spending_categories",
- "merchants",
- "recurring",
- "holdings",
- "investment_transactions",
- "budgets",
- "goals",
- "rules",
- "changes",
- "actions"
-]New value: +[
+ "accounts",
+ "balances",
+ "account_terms",
+ "transactions",
+ "coverage",
+ "recurring",
+ "holdings",
+ "investment_transactions",
+ "budgets",
+ "goals",
+ "rules",
+ "changes",
+ "actions"
+]
changedInput schema / properties / datasets / maxItems
Previous value: -15New value: +13
removedOutput schema / $defs / __schema1
Removed value: -{
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "number"
- },
- {
- "type": "boolean"
- },
- {
- "type": "null"
- },
- {
- "items": {
- "$ref": "#/$defs/__schema1"
- },
- "type": "array"
- },
- {
- "additionalProperties": {
- "$ref": "#/$defs/__schema1"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- }
- ]
-}
removedOutput schema / properties / query_scope
Removed value: -{
- "additionalProperties": false,
- "properties": {
- "population": {
- "additionalProperties": false,
- "properties": {
- "included_count": {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- "total_available_count": {
- "anyOf": [
- {
- "maximum": 9007199254740991,
- "minimum": 0,
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- }
- },
- "required": [
- "included_count",
- "total_available_count"
- ],
- "type": "object"
- },
- "query": {
- "additionalProperties": false,
- "properties": {
- "args": {
- "additionalProperties": {
- "$ref": "#/$defs/__schema1"
- },
- "propertyNames": {
- "type": "string"
- },
- "type": "object"
- },
- "operation": {
- "minLength": 1,
- "type": "string"
- }
- },
- "required": [
- "args",
- "operation"
- ],
- "type": "object"
- }
- },
- "required": [
- "population",
- "query"
- ],
- "type": "object"
-}