action fec_get_schedules_schedule_f_sub_id { label: "get_schedules_schedule_f_sub_id" description: "\nSchedule F, it shows all special expenditures a national or state party committee\nmakes in connection with the general election campaigns of federal candidates.\n\nThese coordinated party expenditures do not count against the contribution limits but are subject to other limits,\nthese limits are detailed in Chapter 7 of the FEC Campaign Guide for Political Party Committees.\n" provider: fec method: GET path: "/schedules/schedule_f/{sub_id}/" encoding: json input: { type: "object" properties: { api_key: { type: "string" } page: { type: "integer" format: "int32" } per_page: { type: "integer" format: "int32" } sub_id: { type: "string" } } required: ["api_key", "sub_id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }