Bloomberg AIM · Schema

Reply

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
@type string
identifier string
distributionId string
contentType string
size integer Size in bytes
View JSON Schema on GitHub

JSON Schema

bloomberg-data-license-reply-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "Reply",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "distributionId": {
      "type": "string"
    },
    "contentType": {
      "type": "string"
    },
    "size": {
      "type": "integer",
      "description": "Size in bytes"
    }
  }
}