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"
+ },
+ "coins_compared": {
+ "type": "number"
+ },
+ "comparison": {
+ "description": "Per-coin scores, ranks and valuations"
+ },
+ "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"
+ },
+ "key_difference": {
+ "description": "The largest gap between the compared coins"
+ },
+ "learn_more": {
+ "description": "Links for more detail"
+ },
+ "metric_comparison": {
+ "description": "Metric-by-metric table"
+ },
+ "requested": {
+ "description": "What was asked for, when it could not be resolved",
+ "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"
+ },
+ "total_coins_evaluated": {
+ "type": "number"
+ }
+ },
+ "type": "object"
+}