changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "as_of": {
+ "description": "Server time this response was assembled (ISO 8601).",
+ "type": "string"
+ },
+ "measured_fields": {
+ "description": "Per-field measured depth where the backfill engine has probed — `field`, the grain it was measured at (`daily`, `hourly`, `minute`), `first_date`, `last_date`, `pct_complete`. Capped at 1500 rows.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "minute_tier": {
+ "description": "Whether this ticker is in the minute tier (`included`) and its `rank` within it. `included:false` is NOT \"no intraday data\": the object then carries `on_demand: true`, `first_call_latency` (`\"3-10s\"`) and `window_days` (31) — sub-hour bars for the symbol are fetched from the provider on first request and stored, so the first call is slow and later ones are sub-second.",
+ "type": "object"
+ },
+ "name": {
+ "description": "Company or instrument name.",
+ "type": "string"
+ },
+ "spans": {
+ "description": "Per resolution — `oldest`, `newest`, `rows`.",
+ "type": "object"
+ },
+ "ticker": {
+ "description": "The symbol you asked for.",
+ "type": "string"
+ }
+ },
+ "required": [
+ "as_of",
+ "ticker",
+ "name",
+ "minute_tier",
+ "spans",
+ "measured_fields"
+ ],
+ "type": "object"
+}