changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "results": {
+ "description": "Ticker details",
+ "properties": {
+ "active": {
+ "description": "Whether ticker is active",
+ "type": "boolean"
+ },
+ "cik": {
+ "description": "CIK number",
+ "type": "string"
+ },
+ "composite_figi": {
+ "description": "Composite FIGI",
+ "type": "string"
+ },
+ "currency_name": {
+ "description": "Currency name",
+ "type": "string"
+ },
+ "homepage_url": {
+ "description": "Company homepage",
+ "type": "string"
+ },
+ "listing_date": {
+ "description": "Listing date",
+ "type": "string"
+ },
+ "locale": {
+ "description": "Locale",
+ "type": "string"
+ },
+ "market": {
+ "description": "Market type",
+ "type": "string"
+ },
+ "name": {
+ "description": "Company name",
+ "type": "string"
+ },
+ "primary_exchange": {
+ "description": "Primary exchange",
+ "type": "string"
+ },
+ "share_class_figi": {
+ "description": "Share class FIGI",
+ "type": "string"
+ },
+ "ticker": {
+ "description": "Ticker symbol",
+ "type": "string"
+ },
+ "type": {
+ "description": "Asset type",
+ "type": "string"
+ }
+ },
+ "type": "object"
+ },
+ "status": {
+ "description": "API response status",
+ "type": "string"
+ }
+ },
+ "type": "object"
+}