{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://raw.githubusercontent.com/api-evangelist/argyle/refs/heads/main/json-schema/partnerreportcustomfield.json", "title": "PartnerReportCustomField", "type": "object", "description": "Custom field returned in report JSON as a pass-through value.", "properties": { "label": { "type": "string", "description": "Custom field name." }, "value": { "type": "string", "description": "Custom field value." }, "shown": { "type": "boolean", "description": "Show custom field on report PDF." } } }