Bloomberg AIM · JSON Structure

Bloomberg Data License Reply Structure

Type: object Properties: 5
Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

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

Properties

@type identifier distributionId contentType size

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Reply",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "distributionId": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "size": {
      "type": "integer"
    }
  }
}