Unified.to · Schema

AssessmentPackageRegion

IntegrationsUnified API

Properties

Name Type Description
cost_amount number
currency string
processing_time number
regions object
View JSON Schema on GitHub

JSON Schema

unified-to-assessmentpackageregion-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AssessmentPackageRegion",
  "title": "AssessmentPackageRegion",
  "properties": {
    "cost_amount": {
      "type": "number"
    },
    "currency": {
      "type": "string"
    },
    "processing_time": {
      "type": "number"
    },
    "regions": {
      "$ref": "#/components/schemas/property_AssessmentPackageRegion_regions"
    }
  },
  "required": [
    "regions",
    "cost_amount"
  ],
  "type": "object"
}