action fec_get_schedules_schedule_d { label: "get_schedules_schedule_d" description: "\nSchedule D, it shows debts and obligations owed to or by the committee that are\nrequired to be disclosed.\n\n\n" provider: fec method: GET path: "/schedules/schedule_d/" encoding: json input: { type: "object" properties: { api_key: { type: "string" } candidate_id: { type: "array" items: { type: "string" } } committee_id: { type: "array" items: { type: "string" } } creditor_debtor_name: { type: "array" items: { type: "string" } } image_number: { type: "array" items: { type: "string" } } max_amount_incurred: { type: "number" format: "float" } max_amount_outstanding_beginning: { type: "number" format: "float" } max_amount_outstanding_close: { type: "number" format: "float" } max_date: { type: "string" format: "date" } max_image_number: { type: "string" } max_payment_period: { type: "number" format: "float" } min_amount_incurred: { type: "number" format: "float" } min_amount_outstanding_beginning: { type: "number" format: "float" } min_amount_outstanding_close: { type: "number" format: "float" } min_date: { type: "string" format: "date" } min_image_number: { type: "string" } min_payment_period: { type: "number" format: "float" } nature_of_debt: { type: "string" } page: { type: "integer" format: "int32" } per_page: { type: "integer" format: "int32" } sort: { type: "string" } sort_hide_null: { type: "boolean" } sort_null_only: { type: "boolean" } sort_nulls_last: { type: "boolean" } } required: ["api_key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }