changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$defs": {
+ "IndustryValuationDistribution": {
+ "description": "One indicator's distribution stats in `industry_valuation_dist`.\n\nSubset of documented fields; upstream may return more.",
+ "properties": {
+ "current_percentile": {
+ "description": "Where the stock currently sits in this distribution.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "max": {
+ "description": "Maximum value.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "median": {
+ "description": "Median.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "min": {
+ "description": "Minimum value.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "p25": {
+ "description": "25th percentile.",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "p75": {
+ "description": "75th percentile.",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "IndustryValuationDistributions": {
+ "description": "`distributions` block of `industry_valuation_dist`.\n\nSubset of documented fields; upstream may return more.",
+ "properties": {
+ "pb": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/IndustryValuationDistribution"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Price-to-book distribution."
+ },
+ "pe": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/IndustryValuationDistribution"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Price-to-earnings distribution."
+ },
+ "ps": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/IndustryValuationDistribution"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Price-to-sales distribution."
+ }
+ },
+ "type": "object"
+ }
+ },
+ "$schema": "https://json-schema.org/draft/2020-12/schema",
+ "description": "Returned by `industry_valuation_dist`. Per-indicator distribution stats\ngrouped under `distributions`.\n\nSubset of documented fields; upstream may return more.",
+ "properties": {
+ "distributions": {
+ "anyOf": [
+ {
+ "$ref": "#/$defs/IndustryValuationDistributions"
+ },
+ {
+ "type": "null"
+ }
+ ],
+ "description": "Per-indicator distribution blocks."
+ }
+ },
+ "title": "IndustryValuationDistResponse",
+ "type": "object"
+}