Bloomberg AIM · Schema

Catalog

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
identifier string Unique catalog identifier
title string Human-readable catalog title
description string Description of the catalog contents
links object
View JSON Schema on GitHub

JSON Schema

bloomberg-data-license-catalog-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Catalog",
  "type": "object",
  "properties": {
    "identifier": {
      "type": "string",
      "description": "Unique catalog identifier"
    },
    "title": {
      "type": "string",
      "description": "Human-readable catalog title"
    },
    "description": {
      "type": "string",
      "description": "Description of the catalog contents"
    },
    "links": {
      "type": "object"
    }
  }
}