changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": false,
+ "properties": {
+ "address": {
+ "type": "string"
+ },
+ "blockNumber": {
+ "type": "integer"
+ },
+ "chainId": {
+ "type": "integer"
+ },
+ "eth": {
+ "type": "string"
+ },
+ "ethAtomic": {
+ "type": "string"
+ },
+ "network": {
+ "type": "string"
+ },
+ "observedAt": {
+ "type": "string"
+ },
+ "usdc": {
+ "type": "string"
+ },
+ "usdcAtomic": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "address",
+ "network",
+ "chainId",
+ "eth",
+ "usdc",
+ "ethAtomic",
+ "usdcAtomic",
+ "blockNumber",
+ "observedAt"
+ ],
+ "type": "object"
+}