{ "$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 } }