changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "additionalProperties": false,
+ "properties": {
+ "as_of": {
+ "description": "Server time this response was assembled (ISO 8601).",
+ "type": "string"
+ },
+ "created_at": {
+ "description": "Creation timestamp.",
+ "type": "number"
+ },
+ "description": {
+ "description": "Free-form notes; `\"\"` when unset.",
+ "type": "string"
+ },
+ "effective_at": {
+ "description": "System universes only: when this membership took effect.",
+ "type": "number"
+ },
+ "id": {
+ "description": "The slug — the universe's handle in `?universe=`.",
+ "type": "string"
+ },
+ "name": {
+ "description": "Display label.",
+ "type": "string"
+ },
+ "next_rebalance_at": {
+ "description": "System universes only: when membership is next recomputed.",
+ "type": "number"
+ },
+ "rebalance_method": {
+ "description": "System universes only: how membership is chosen.",
+ "type": "string"
+ },
+ "size": {
+ "description": "Member count.",
+ "type": "number"
+ },
+ "system": {
+ "description": "`true` for a built-in universe, `false` for one you created.",
+ "type": "boolean"
+ },
+ "tickers": {
+ "description": "Members.",
+ "items": {
+ "type": "string"
+ },
+ "type": "array"
+ },
+ "updated_at": {
+ "description": "Last modification timestamp.",
+ "type": "number"
+ }
+ },
+ "required": [
+ "as_of",
+ "id",
+ "name",
+ "description",
+ "tickers",
+ "size",
+ "system",
+ "created_at",
+ "updated_at"
+ ],
+ "type": "object"
+}