addedOutput schema / properties / events
Added value: +{
+ "description": "The day's scheduled market events (high and medium impact), each with its minute in ET, its source, the release's prints when known, and, for an event inside the session, what the book did in the 15 minutes after it",
+ "items": {
+ "properties": {
+ "after": {
+ "description": "spot over the 15 minutes after the event, the flip and the walls before and after, the net gamma sign; only for events inside the session",
+ "type": "string"
+ },
+ "impact": {
+ "type": "string"
+ },
+ "name": {
+ "type": "string"
+ },
+ "prints": {
+ "items": {
+ "properties": {
+ "actual": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "forecast": {
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "label": {
+ "type": "string"
+ },
+ "prior": {
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "time": {
+ "description": "HH:MM ET; empty for an all-day item",
+ "type": "string"
+ },
+ "url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "time",
+ "name",
+ "impact"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+}