{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/Deduction", "title": "Deduction", "type": "object", "x-apideck-schema-id": "Deduction", "x-apideck-weights": { "name": "critical", "amount": "critical" }, "properties": { "name": { "type": "string", "description": "The name of the deduction.", "example": "Company Car", "nullable": true }, "amount": { "type": "number", "description": "The amount deducted.", "example": 10.97, "nullable": true } } }