changedOutput schema / properties / results / items / properties / event_context / anyOf
Previous value: -[
- {
- "properties": {
- "cik": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ]
- },
- "cluster_buys": {
- "default": [],
- "items": {
- "properties": {
- "buyers": {
- "type": "integer"
- },
- "evidence": {
- "items": {
- "properties": {
- "accession_number": {
- "type": "string"
- },
- "filed_at": {
- "format": "date-time",
- "type": "string"
- },
- "sec_url": {
- "type": "string"
- }
- },
- "required": [
- "accession_number",
- "filed_at",
- "sec_url"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "evidence_truncated": {
- "type": "boolean"
- },
- "filings_count": {
- "type": "integer"
- },
- "known_at": {
- "format": "date-time",
- "type": "string"
- },
- "officer_director_buyers": {
- "type": "integer"
- },
- "pattern": {
- "const": "open_market",
- "default": "open_market",
- "type": "string"
- },
- "window_end": {
- "format": "date",
- "type": "string"
- },
- "window_start": {
- "format": "date",
- "type": "string"
- }
- },
- "required": [
- "window_start",
- "window_end",
- "known_at",
- "buyers",
- "officer_director_buyers",
- "filings_count",
- "evidence",
- "evidence_truncated"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "cluster_buys_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "filings": {
- "default": [],
- "items": {
- "properties": {
- "accession_number": {
- "type": "string"
- },
- "event_date": {
- "anyOf": [
- {
- "format": "date",
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "filed_at": {
- "format": "date-time",
- "type": "string"
- },
- "form": {
- "enum": [
- "8-K",
- "6-K"
- ],
- "type": "string"
- },
- "items": {
- "default": [],
- "items": {
- "type": "string"
- },
- "type": "array"
- },
- "kind": {
- "anyOf": [
- {
- "const": "earnings_release",
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "news_uid": {
- "type": "string"
- },
- "observed_at": {
- "format": "date-time",
- "type": "string"
- },
- "period_label": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "primary_item": {
- "anyOf": [
- {
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "sec_url": {
- "type": "string"
- }
- },
- "required": [
- "form",
- "accession_number",
- "filed_at",
- "observed_at",
- "sec_url",
- "news_uid"
- ],
- "type": "object"
- },
- "type": "array"
- },
- "filings_count": {
- "anyOf": [
- {
- "type": "integer"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "reason": {
- "anyOf": [
- {
- "enum": [
- "non_sec_symbol",
- "unknown_symbol",
- "missing_cik",
- "issuer_changed"
- ],
- "type": "string"
- },
- {
- "type": "null"
- }
- ],
- "default": null
- },
- "status": {
- "enum": [
- "available",
- "unsupported",
- "unavailable"
- ],
- "type": "string"
- },
- "ticker": {
- "type": "string"
- }
- },
- "required": [
- "ticker",
- "cik",
- "status"
- ],
- "type": "object"
- },
- {
- "type": "null"
- }
-]New value: +[
+ {
+ "properties": {
+ "cik": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ]
+ },
+ "cluster_buys": {
+ "default": [],
+ "items": {
+ "properties": {
+ "buyers": {
+ "type": "integer"
+ },
+ "evidence": {
+ "items": {
+ "properties": {
+ "accession_number": {
+ "type": "string"
+ },
+ "filed_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "sec_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "accession_number",
+ "filed_at",
+ "sec_url"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "evidence_truncated": {
+ "type": "boolean"
+ },
+ "filings_count": {
+ "type": "integer"
+ },
+ "known_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "officer_director_buyers": {
+ "type": "integer"
+ },
+ "pattern": {
+ "const": "open_market",
+ "default": "open_market",
+ "type": "string"
+ },
+ "window_end": {
+ "format": "date",
+ "type": "string"
+ },
+ "window_start": {
+ "format": "date",
+ "type": "string"
+ }
+ },
+ "required": [
+ "window_start",
+ "window_end",
+ "known_at",
+ "buyers",
+ "officer_director_buyers",
+ "filings_count",
+ "evidence",
+ "evidence_truncated"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "cluster_buys_count": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "filings": {
+ "default": [],
+ "items": {
+ "properties": {
+ "accession_number": {
+ "type": "string"
+ },
+ "event_date": {
+ "anyOf": [
+ {
+ "format": "date",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "filed_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "form": {
+ "enum": [
+ "8-K",
+ "6-K"
+ ],
+ "type": "string"
+ },
+ "has_article": {
+ "default": false,
+ "description": "An enriched article existed before the context cutoff. False on older snapshots without metadata.",
+ "type": "boolean"
+ },
+ "items": {
+ "default": [],
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "kind": {
+ "anyOf": [
+ {
+ "const": "earnings_release",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "news_published": {
+ "anyOf": [
+ {
+ "format": "date-time",
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Article publication time for its AlphAI URL."
+ },
+ "news_title": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null,
+ "description": "Article title frozen at the context cutoff."
+ },
+ "news_uid": {
+ "type": "string"
+ },
+ "observed_at": {
+ "format": "date-time",
+ "type": "string"
+ },
+ "period_label": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "primary_item": {
+ "anyOf": [
+ {
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "sec_url": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "form",
+ "accession_number",
+ "filed_at",
+ "observed_at",
+ "sec_url",
+ "news_uid"
+ ],
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "filings_count": {
+ "anyOf": [
+ {
+ "type": "integer"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "reason": {
+ "anyOf": [
+ {
+ "enum": [
+ "non_sec_symbol",
+ "unknown_symbol",
+ "missing_cik",
+ "issuer_changed"
+ ],
+ "type": "string"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "default": null
+ },
+ "status": {
+ "enum": [
+ "available",
+ "unsupported",
+ "unavailable"
+ ],
+ "type": "string"
+ },
+ "ticker": {
+ "type": "string"
+ }
+ },
+ "required": [
+ "ticker",
+ "cik",
+ "status"
+ ],
+ "type": "object"
+ },
+ {
+ "type": "null"
+ }
+]