changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "cpiYoY": {
+ "properties": {
+ "date": {
+ "description": "ISO date of the observation.",
+ "type": "string"
+ },
+ "previous": {
+ "description": "Prior observation, for direction.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "date"
+ ],
+ "type": "object"
+ },
+ "dollarIndex": {
+ "properties": {
+ "date": {
+ "description": "ISO date of the observation.",
+ "type": "string"
+ },
+ "previous": {
+ "description": "Prior observation, for direction.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "date"
+ ],
+ "type": "object"
+ },
+ "fedFunds": {
+ "properties": {
+ "date": {
+ "description": "ISO date of the observation.",
+ "type": "string"
+ },
+ "previous": {
+ "description": "Prior observation, for direction.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "date"
+ ],
+ "type": "object"
+ },
+ "m2": {
+ "properties": {
+ "date": {
+ "description": "ISO date of the observation.",
+ "type": "string"
+ },
+ "previous": {
+ "description": "Prior observation, for direction.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "date"
+ ],
+ "type": "object"
+ },
+ "ust10y": {
+ "properties": {
+ "date": {
+ "description": "ISO date of the observation.",
+ "type": "string"
+ },
+ "previous": {
+ "description": "Prior observation, for direction.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "date"
+ ],
+ "type": "object"
+ },
+ "ust2y": {
+ "properties": {
+ "date": {
+ "description": "ISO date of the observation.",
+ "type": "string"
+ },
+ "previous": {
+ "description": "Prior observation, for direction.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "date"
+ ],
+ "type": "object"
+ },
+ "vix": {
+ "properties": {
+ "date": {
+ "description": "ISO date of the observation.",
+ "type": "string"
+ },
+ "previous": {
+ "description": "Prior observation, for direction.",
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "date"
+ ],
+ "type": "object"
+ },
+ "yieldCurve2s10s": {
+ "description": "10Y minus 2Y. Inversion has preceded every recent US recession.",
+ "properties": {
+ "direction": {
+ "enum": [
+ "steepening",
+ "flattening",
+ "flat",
+ null
+ ],
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "inverted": {
+ "type": "boolean"
+ },
+ "previous": {
+ "type": [
+ "number",
+ "null"
+ ]
+ },
+ "value": {
+ "type": "number"
+ }
+ },
+ "required": [
+ "value",
+ "inverted"
+ ],
+ "type": "object"
+ }
+ },
+ "type": "object"
+}