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; absent on yours.",
+ "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; absent on yours.",
+ "type": "number"
+ },
+ "rebalance_method": {
+ "description": "System universes only; absent on yours.",
+ "type": "string"
+ },
+ "size": {
+ "description": "Member count.",
+ "type": "number"
+ },
+ "system": {
+ "description": "`false` — this is your universe.",
+ "type": "boolean"
+ },
+ "tickers": {
+ "description": "Members, after this call.",
+ "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"
+}