Moody's · Schema

BasketCreate

Request body for creating or updating a basket.

Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Properties

Name Type Description
name string User-defined name for the basket.
description string Optional description of the basket.
series array The series requests to include in the basket.
View JSON Schema on GitHub

JSON Schema

moodys-data-buffet-basket-create-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "BasketCreate",
  "type": "object",
  "description": "Request body for creating or updating a basket.",
  "properties": {
    "name": {
      "type": "string",
      "description": "User-defined name for the basket."
    },
    "description": {
      "type": "string",
      "description": "Optional description of the basket."
    },
    "series": {
      "type": "array",
      "description": "The series requests to include in the basket."
    }
  }
}