Moody's · JSON Structure

Moodys Data Buffet Order Structure

Type: object Properties: 8
Climate RiskComplianceCredit RiskEconomic DataEntity VerificationFinancial AnalyticsInsuranceKYCRiskScreening

Order is a JSON Structure definition published by Moody's, describing 8 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

orderId basketId status fileType createdAt completedAt downloadUrl errorMessage

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "Order",
  "type": "object",
  "properties": {
    "orderId": {
      "type": "string"
    },
    "basketId": {
      "type": "string"
    },
    "status": {
      "type": "string"
    },
    "fileType": {
      "type": "string"
    },
    "createdAt": {
      "type": "string"
    },
    "completedAt": {
      "type": "string"
    },
    "downloadUrl": {
      "type": "string"
    },
    "errorMessage": {
      "type": "string"
    }
  }
}