Apideck · Schema

ProfitAndLossIndicator

IntegrationsUnified API

Properties

Name Type Description
total object
View JSON Schema on GitHub

JSON Schema

apideck-profitandlossindicator-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ProfitAndLossIndicator",
  "title": "ProfitAndLossIndicator",
  "type": "object",
  "x-apideck-schema-id": "ProfitAndLossIndicator",
  "x-apideck-weights": {
    "total": "critical"
  },
  "properties": {
    "total": {
      "$ref": "#/components/schemas/TotalAmount"
    }
  },
  "example": {
    "total": 10000
  }
}