Bloomberg AIM · Schema

FieldListCreate

Financial DataMarket DataOrder ManagementPortfolio ManagementTrading

Properties

Name Type Description
@type string
identifier string
title string
contains array
View JSON Schema on GitHub

JSON Schema

bloomberg-data-license-field-list-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "FieldListCreate",
  "type": "object",
  "properties": {
    "@type": {
      "type": "string"
    },
    "identifier": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "contains": {
      "type": "array"
    }
  }
}