changedOutput schema / (root)
Previous value: -nullNew value: +{
+ "properties": {
+ "instruments": {
+ "description": "List of matching instruments",
+ "items": {
+ "properties": {
+ "country": {
+ "description": "Country of instrument",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "homepage": {
+ "description": "Homepage URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Instrument name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "org_status": {
+ "description": "Organization status code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid": {
+ "description": "PermID numeric identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid_url": {
+ "description": "Full PermID URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ric": {
+ "description": "Primary RIC identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ticker": {
+ "description": "Primary ticker symbol",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Entity type (@type from API)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "organizations": {
+ "description": "List of matching organizations",
+ "items": {
+ "properties": {
+ "country": {
+ "description": "Country of organization",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "homepage": {
+ "description": "Organization homepage URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Organization name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "org_status": {
+ "description": "Organization status code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid": {
+ "description": "PermID numeric identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid_url": {
+ "description": "Full PermID URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ric": {
+ "description": "Primary RIC identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ticker": {
+ "description": "Primary ticker symbol",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Entity type (@type from API)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "people": {
+ "description": "List of matching people",
+ "items": {
+ "properties": {
+ "country": {
+ "description": "Country of person",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "homepage": {
+ "description": "Homepage URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Person name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "org_status": {
+ "description": "Organization status code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid": {
+ "description": "PermID numeric identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid_url": {
+ "description": "Full PermID URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ric": {
+ "description": "Primary RIC identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ticker": {
+ "description": "Primary ticker symbol",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Entity type (@type from API)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ },
+ "quotes": {
+ "description": "List of matching quotes",
+ "items": {
+ "properties": {
+ "country": {
+ "description": "Country of quote",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "homepage": {
+ "description": "Homepage URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "name": {
+ "description": "Quote name",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "org_status": {
+ "description": "Organization status code",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid": {
+ "description": "PermID numeric identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "permid_url": {
+ "description": "Full PermID URL",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ric": {
+ "description": "Primary RIC identifier",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "primary_ticker": {
+ "description": "Primary ticker symbol",
+ "type": [
+ "string",
+ "null"
+ ]
+ },
+ "type": {
+ "description": "Entity type (@type from API)",
+ "type": [
+ "string",
+ "null"
+ ]
+ }
+ },
+ "type": "object"
+ },
+ "type": "array"
+ }
+ },
+ "required": [
+ "organizations",
+ "instruments",
+ "quotes",
+ "people"
+ ],
+ "type": "object"
+}