Bloomberg AIM · JSON Structure

Bloomberg Data License Field List Structure

Type: object Properties: 4
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

FieldList is a JSON Structure definition published by Bloomberg AIM, describing 4 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

@type identifier title contains

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "FieldList",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "contains": {
      "type": "array"
    }
  }
}