changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "$schema": "http://json-schema.org/draft-07/schema#",
+ "additionalProperties": true,
+ "properties": {
+ "attribution": {
+ "description": "Required attribution text",
+ "type": "string"
+ },
+ "category": {
+ "description": "TVR coin category",
+ "type": "string"
+ },
+ "coin": {
+ "description": "Coin name",
+ "type": "string"
+ },
+ "context": {
+ "description": "Standing context about TVR and how to read its outputs"
+ },
+ "data_sources": {
+ "description": "Where the numbers come from"
+ },
+ "disclaimer": {
+ "description": "Model-derived assessment, not investment advice",
+ "type": "string"
+ },
+ "error": {
+ "description": "false on a normal answer, or an error message"
+ },
+ "fair_value_gap": {
+ "description": "Gap between TVR Estimated Value and market price, formatted as a percentage",
+ "type": "string"
+ },
+ "learn_more": {
+ "description": "Links for more detail"
+ },
+ "metric_scores": {},
+ "rank": {
+ "description": "Rank among evaluated coins, 1 is best",
+ "type": "number"
+ },
+ "rank_out_of": {
+ "description": "Number of coins evaluated",
+ "type": "number"
+ },
+ "ranking_context": {},
+ "requested": {
+ "description": "What was asked for, when it could not be resolved",
+ "type": "string"
+ },
+ "scoring_factors": {
+ "description": "The reasoning behind each metric score"
+ },
+ "scoring_methodology_note": {
+ "type": "string"
+ },
+ "status": {
+ "description": "Present when the request could not be answered as asked, for example not_available",
+ "type": "string"
+ },
+ "summary": {
+ "description": "Plain-language summary of the answer",
+ "type": "string"
+ },
+ "symbol": {
+ "description": "Ticker",
+ "type": "string"
+ },
+ "tvr_estimated_value": {
+ "description": "TVR Estimated Value, formatted in USD",
+ "type": "string"
+ },
+ "tvr_score": {
+ "description": "TVR Score, 0 to 100",
+ "type": "number"
+ },
+ "valuation": {
+ "description": "Undervalued, Fair Value or Overvalued",
+ "type": "string"
+ },
+ "valuation_note": {
+ "type": "string"
+ }
+ },
+ "type": "object"
+}