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"
+ },
+ "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"
+ },
+ "learn_more": {
+ "description": "Links for more detail"
+ },
+ "rank_by": {
+ "description": "The ranking basis used",
+ "type": "string"
+ },
+ "rank_by_description": {
+ "type": "string"
+ },
+ "rankings": {
+ "description": "Ordered list of coins",
+ "type": "array"
+ },
+ "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"
+}