The incentive details.
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/incentive_info", "title": "Incentive Information", "type": "object", "description": "The incentive details.", "properties": { "incentive_details": { "type": "array", "description": "An array of incentive details.", "items": { "$ref": "#/components/schemas/incentive_detail" }, "maxItems": 32767, "minItems": 1 } } }