[{"procedure":"opportunities.search","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"matchingProfileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"search":{"type":"object","properties":{"sort":{"type":"string","enum":["asc","desc"]},"pageSize":{"type":"number"},"filters":{"anyOf":[{"$ref":"#/$defs/__schema0"},{"type":"null"}]},"filterMeta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"quickSearch":{"type":"string"},"orderBy":{"type":"string","enum":["rfps.date_due","rfps.date_posted","rfps.status","rfps.customers.pretty_name","rfps.buyer.id","rfps.buyer.name_pretty","rfps.buyer.root_type","rfps.rfp_inferences.title","rfps.rfp_inferences.description","rfps.rfp_inferences.places.pretty_name","rfps.rfp_inferences.places.latitude","rfps.rfp_inferences.places.longitude","rfps.rfp_inferences.places.country","rfps.rfp_inferences.places.region","rfps.rfp_inferences.contact_full_name","rfps.rfp_inferences.contact_email_address","rfps.rfp_inferences.contact_phone_number","rfps.rfp_inferences.contact_mailing_address","rfps.rfp_inferences.rfp_set_asides.type","rfps.rfp_inferences.cage_codes","rfps.rfp_inferences.national_stock_numbers","rfps.rfp_inferences.type","rfps.rfp_inferences.level","rfps.rfp_inferences.submission_information_type","rfps.rfp_inferences.top_clearance","rfps.rfp_inferences.explicit_budget_or_award_amount_max_usd_cents","rfps.rfp_inferences.naics_codes.code","rfps.rfp_inferences.psc_codes.code","rfps.rfp_inferences.is_off_the_shelf","rfps.rfp_inferences.in_person","rfps.rfp_inferences.is_supply","rfps.rfp_inferences.is_service","rfps.rfp_inferences.has_local_preference","rfps.rfp_inferences.local_preference_level","rfps.rfp_inferences.local_preference_distance","rfps.rfp_inferences.max_education_required","rfps.rfp_inferences.has_max_education_required","rfps.rfp_inferences.has_insurance_requirements","rfps.rfp_inferences.has_past_performance_requirements","rfps.rfp_inferences.past_performance_strictness","rfps.rfp_inferences.insurance_max_coverage_limit_usd_cents","rfps.is_private","score","distance","rfps.created_at","rfps.notification_eligible_at","rfps.id","box_area","has_documents","is_contactable","is_submittable"]}},"required":["sort","pageSize","filters","orderBy"],"additionalProperties":false},"page":{"type":"number","minimum":1},"classifications":{"anyOf":[{"type":"object","properties":{"isHidden":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"required":["isHidden"],"additionalProperties":false},{"type":"null"}]},"skipCountTotal":{"type":"boolean"}},"required":["matchingProfileId","search","page","classifications"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"group"},"isAnd":{"type":"boolean"},"filters":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["type","isAnd","filters"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"filter"},"column":{"type":"string"},"filter":{"anyOf":[{"type":"object","properties":{"operator":{"type":"string","const":"string.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.contains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.ncontains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.before"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.after"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.gt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.lt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.neq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false}]}},"required":["type","column","filter"],"additionalProperties":false}]}}},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"total":{"type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"rfps.id":{"type":"string"},"rfps.date_due":{"type":["string","null"],"format":"date-time"},"rfps.date_posted":{"type":["string","null"],"format":"date-time"},"rfps.status":{"type":"string"},"rfps.status_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.private_metadata":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"rfps.is_private":{"type":"boolean"},"rfps.customers.pretty_name":{"type":"string"},"rfps.buyer.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.buyer.name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.buyer.root_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.title":{"type":"string"},"rfps.rfp_inferences.blurb":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.description":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.places.pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.places.latitude":{"anyOf":[{"type":"number"},{"type":"null"}]},"rfps.rfp_inferences.places.longitude":{"anyOf":[{"type":"number"},{"type":"null"}]},"rfps.rfp_inferences.places.country":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.places.region":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.contact_full_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.contact_email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.contact_phone_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.contact_mailing_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"score":{"type":"number"},"distance":{"anyOf":[{"type":"number"},{"type":"null"}]},"rfps.rfp_inferences.local_preference_distance":{"anyOf":[{"type":"number"},{"type":"null"}]},"rfps.rfp_inferences.rfp_set_asides.type":{"type":"array","items":{"type":"string"}},"rfps.rfp_inferences.cage_codes":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"rfps.rfp_inferences.national_stock_numbers":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"rfps.rfp_inferences.type":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.level":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.submission_information_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.top_clearance":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.explicit_budget_or_award_amount_max_usd_cents":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.is_off_the_shelf":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"rfps.rfp_inferences.in_person":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"rfps.rfp_inferences.is_supply":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"rfps.rfp_inferences.is_service":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"rfps.rfp_inferences.has_local_preference":{"type":"boolean"},"rfps.rfp_inferences.local_preference_level":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.max_education_required":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.has_max_education_required":{"type":"boolean"},"rfps.rfp_inferences.insurance_max_coverage_limit_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"rfps.rfp_inferences.has_insurance_requirements":{"type":"boolean"},"rfps.rfp_inferences.has_past_performance_requirements":{"type":"boolean"},"rfps.rfp_inferences.past_performance_strictness":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.naics_codes.code":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfps.rfp_inferences.psc_codes.code":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["rfps.id","rfps.date_due","rfps.date_posted","rfps.status","rfps.status_reason","rfps.private_metadata","rfps.is_private","rfps.customers.pretty_name","rfps.buyer.id","rfps.buyer.name_pretty","rfps.buyer.root_type","rfps.rfp_inferences.title","rfps.rfp_inferences.blurb","rfps.rfp_inferences.description","rfps.rfp_inferences.places.pretty_name","rfps.rfp_inferences.places.latitude","rfps.rfp_inferences.places.longitude","rfps.rfp_inferences.places.country","rfps.rfp_inferences.places.region","rfps.rfp_inferences.contact_full_name","rfps.rfp_inferences.contact_email_address","rfps.rfp_inferences.contact_phone_number","rfps.rfp_inferences.contact_mailing_address","score","distance","rfps.rfp_inferences.local_preference_distance","rfps.rfp_inferences.rfp_set_asides.type","rfps.rfp_inferences.cage_codes","rfps.rfp_inferences.national_stock_numbers","rfps.rfp_inferences.type","rfps.rfp_inferences.level","rfps.rfp_inferences.submission_information_type","rfps.rfp_inferences.top_clearance","rfps.rfp_inferences.explicit_budget_or_award_amount_max_usd_cents","rfps.rfp_inferences.is_off_the_shelf","rfps.rfp_inferences.in_person","rfps.rfp_inferences.is_supply","rfps.rfp_inferences.is_service","rfps.rfp_inferences.has_local_preference","rfps.rfp_inferences.local_preference_level","rfps.rfp_inferences.max_education_required","rfps.rfp_inferences.has_max_education_required","rfps.rfp_inferences.insurance_max_coverage_limit_usd_cents","rfps.rfp_inferences.has_insurance_requirements","rfps.rfp_inferences.has_past_performance_requirements","rfps.rfp_inferences.past_performance_strictness","rfps.rfp_inferences.naics_codes.code","rfps.rfp_inferences.psc_codes.code"],"additionalProperties":false}}},"required":["total","items"],"additionalProperties":false}}]},{"procedure":"opportunities.get","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rfp":{"type":"object","properties":{"status":{"anyOf":[{"type":"string"},{"type":"null"}]},"status_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"date_due":{"type":["string","null"],"format":"date-time"},"date_posted":{"type":["string","null"],"format":"date-time"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"solicitation_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"private_metadata":{"anyOf":[{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},{"type":"null"}]},"customers":{"anyOf":[{"type":"object","properties":{"pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["pretty_name"],"additionalProperties":false},{"type":"null"}]},"explicit_naics_codes":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"explicit_psc_codes":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"has_external_documents":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"rfp_inferences":{"type":"array","items":{"type":"object","properties":{"is_latest":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"inferred_naics_codes":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"inferred_psc_codes":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"rfp_set_asides":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"raw":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["type","raw"],"additionalProperties":false}},"rfp_smart_codes":{"type":"array","items":{"type":"object","properties":{"content":{"type":"string"}},"required":["content"],"additionalProperties":false}},"rfp_required_bonds":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"other_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"amount_percentage":{"anyOf":[{"type":"number"},{"type":"null"}]},"amount_fixed_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["type","other_type","amount_percentage","amount_fixed_usd_cents"],"additionalProperties":false}},"inferred_rfp_contacts":{"type":"array","items":{"type":"object","properties":{"people":{"anyOf":[{"type":"object","properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}]},"full_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"phone_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"places":{"anyOf":[{"type":"object","properties":{"pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["pretty_name"],"additionalProperties":false},{"type":"null"}]}},"required":["full_name","email_address","phone_number","places"],"additionalProperties":false},{"type":"null"}]}},"required":["people"],"additionalProperties":false}},"inferred_rfp_raw_buyers":{"type":"array","items":{"type":"object","properties":{"raw_buyers":{"anyOf":[{"type":"object","properties":{"buyer_tiers":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"name_pretty_hierarchy":{"anyOf":[{"type":"string"},{"type":"null"}]},"parent_buyer_tier_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"buyer_roots":{"anyOf":[{"type":"object","properties":{"root_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_coop":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"required":["root_type","is_coop"],"additionalProperties":false},{"type":"null"}]}},"required":["id","name_pretty","parent_buyer_tier_id","buyer_roots"],"additionalProperties":false},{"type":"null"}]}},"required":["buyer_tiers"],"additionalProperties":false},{"type":"null"}]}},"required":["raw_buyers"],"additionalProperties":false}},"rfp_recompete_estimates":{"type":"array","items":{"type":"object","properties":{"estimated_recompeted_at":{"anyOf":[{"type":"string"},{"type":"null"}]},"period_index":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["estimated_recompeted_at","period_index"],"additionalProperties":false}},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"blurb":{"anyOf":[{"type":"string"},{"type":"null"}]},"description":{"anyOf":[{"type":"string"},{"type":"null"}]},"milestones":{},"type":{"anyOf":[{"type":"string"},{"type":"null"}]},"other_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"level":{"anyOf":[{"type":"string"},{"type":"null"}]},"in_person":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"top_clearance":{"anyOf":[{"type":"string"},{"type":"null"}]},"max_education_required":{"anyOf":[{"type":"string"},{"type":"null"}]},"insurance_required":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"rfp_insurance_coverages":{"type":"array","items":{"type":"object","properties":{"type":{"type":"string"},"minimum_limit_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["type","minimum_limit_usd_cents"],"additionalProperties":false}},"past_performance_strictness":{"anyOf":[{"type":"string"},{"type":"null"}]},"past_performance_minimum_count":{"anyOf":[{"type":"number"},{"type":"null"}]},"past_performance_recency_years":{"anyOf":[{"type":"number"},{"type":"null"}]},"past_performance_minimum_project_value_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"past_performance_contact_required":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"local_preference_level":{"anyOf":[{"type":"string"},{"type":"null"}]},"local_preference_raw":{"anyOf":[{"type":"string"},{"type":"null"}]},"local_preference_radius_mi":{"anyOf":[{"type":"number"},{"type":"null"}]},"local_preference_place":{"anyOf":[{"type":"object","properties":{"bbox":{"anyOf":[{"type":"array","items":{"type":"number"}},{"type":"null"}]}},"required":["bbox"],"additionalProperties":false},{"type":"null"}]},"contract_period_months":{"anyOf":[{"type":"array","items":{"type":"number"}},{"type":"null"}]},"contract_period_raw_text":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_supply":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"is_service":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"national_stock_numbers":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"cage_codes":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"is_off_the_shelf":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"explicit_budget_or_award_amount_min_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"explicit_budget_or_award_amount_max_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"submission_information_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"submission_information_other_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"submission_information_email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"submission_information_mail_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"submission_information_online_portal_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"submission_information_extra_instructions":{"anyOf":[{"type":"string"},{"type":"null"}]},"document_download_instructions":{"anyOf":[{"type":"object","properties":{"url":{"anyOf":[{"type":"string"},{"type":"null"}]},"site_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"phone_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"person_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"person_title":{"anyOf":[{"type":"string"},{"type":"null"}]},"email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"address":{"anyOf":[{"type":"string"},{"type":"null"}]},"location_name":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["url","site_name","phone_number","person_name","person_title","email_address","address","location_name"],"additionalProperties":false},{"type":"null"}]},"places":{"anyOf":[{"type":"object","properties":{"pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"region":{"anyOf":[{"type":"string"},{"type":"null"}]},"country":{"anyOf":[{"type":"string"},{"type":"null"}]},"data":{}},"required":["pretty_name","region","country","data"],"additionalProperties":false},{"type":"null"}]},"place_seo_lists":{"anyOf":[{"type":"object","properties":{"slug":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["slug"],"additionalProperties":false},{"type":"null"}]}},"required":["is_latest","inferred_naics_codes","inferred_psc_codes","rfp_set_asides","rfp_smart_codes","rfp_required_bonds","inferred_rfp_contacts","inferred_rfp_raw_buyers","rfp_recompete_estimates","title","blurb","description","milestones","type","other_type","level","in_person","top_clearance","max_education_required","insurance_required","rfp_insurance_coverages","past_performance_strictness","past_performance_minimum_count","past_performance_recency_years","past_performance_minimum_project_value_usd_cents","past_performance_contact_required","local_preference_level","local_preference_raw","local_preference_radius_mi","local_preference_place","contract_period_months","contract_period_raw_text","is_supply","is_service","national_stock_numbers","cage_codes","is_off_the_shelf","explicit_budget_or_award_amount_min_usd_cents","explicit_budget_or_award_amount_max_usd_cents","submission_information_type","submission_information_other_type","submission_information_email_address","submission_information_mail_address","submission_information_online_portal_url","submission_information_extra_instructions","document_download_instructions","places","place_seo_lists"],"additionalProperties":false}},"documents":{"type":"array","items":{"type":"object","properties":{"removed_at":{"type":["string","null"],"format":"date-time"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"date_posted":{"type":["string","null"],"format":"date-time"},"is_private":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"filename":{"anyOf":[{"type":"string"},{"type":"null"}]},"stored_documents":{"anyOf":[{"type":"object","properties":{"key":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_in_supabase":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"required":["key","is_in_supabase"],"additionalProperties":false},{"type":"null"}]},"key":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["removed_at","title","date_posted","is_private","filename","stored_documents","key"],"additionalProperties":false}},"crawled_rfps":{"type":"array","items":{"type":"object","properties":{"source":{"anyOf":[{"type":"string"},{"type":"null"}]},"source_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"solicitation_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["source","source_url","title","solicitation_identifier"],"additionalProperties":false}},"public_notices":{"type":"array","items":{"type":"object","properties":{"content":{"anyOf":[{"type":"string"},{"type":"null"}]},"published_at":{"type":["string","null"],"format":"date-time"},"publication_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"publication_city":{"anyOf":[{"type":"string"},{"type":"null"}]},"publication_state":{"anyOf":[{"type":"string"},{"type":"null"}]},"publication_url":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["content","published_at","publication_name","publication_city","publication_state","publication_url"],"additionalProperties":false}},"awards":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendor_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"award_value_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_awarded":{"type":["string","null"],"format":"date-time"},"date_started":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"}},"required":["id","title","piid","vendor_name","award_value_cents","date_awarded","date_started","date_ended"],"additionalProperties":false}},"award_count":{"type":"number"},"awards_next_cursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["status","status_reason","source_url","date_due","date_posted","title","solicitation_identifier","private_metadata","customers","explicit_naics_codes","explicit_psc_codes","has_external_documents","rfp_inferences","documents","crawled_rfps","public_notices","awards","award_count","awards_next_cursor"],"additionalProperties":false}},"required":["rfp"],"additionalProperties":false}}]},{"procedure":"opportunities.get-awards","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rfpId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["rfpId"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"awards":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendor_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"award_value_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_awarded":{"type":["string","null"],"format":"date-time"},"date_started":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"}},"required":["id","title","piid","vendor_name","award_value_cents","date_awarded","date_started","date_ended"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["awards","hasMore"],"additionalProperties":false}}]},{"procedure":"opportunities.get-followers","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rfpId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["rfpId"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"followers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"type":{"anyOf":[{"type":"string"},{"type":"null"}]},"lead":{"type":"object","properties":{"id":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"prettyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"address":{"anyOf":[{"type":"string"},{"type":"null"}]},"certifications":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"websiteUrl":{"anyOf":[{"type":"string"},{"type":"null"}]},"contactName":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"phoneNumber":{"anyOf":[{"type":"string"},{"type":"null"}]},"placePrettyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"people":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"fullName":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"phoneNumber":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailValidations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDeliverable":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"createdAt":{"type":["string","null"],"format":"date-time"}},"required":["id","emailAddress","isDeliverable","createdAt"],"additionalProperties":false}}},"required":["id","fullName","emailAddress","phoneNumber","emailValidations"],"additionalProperties":false}},"smartCodes":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"content":{"type":"string"}},"required":["id","content"],"additionalProperties":false}}},"required":["id","name","prettyName","address","certifications","websiteUrl","contactName","emailAddress","phoneNumber","placePrettyName","people","smartCodes"],"additionalProperties":false}},"required":["id","createdAt","type","lead"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["followers","hasMore"],"additionalProperties":false}}]},{"procedure":"awards.search","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"matchingProfileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"search":{"type":"object","properties":{"sort":{"type":"string","enum":["asc","desc"]},"pageSize":{"type":"number"},"filters":{"anyOf":[{"$ref":"#/$defs/__schema0"},{"type":"null"}]},"filterMeta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"quickSearch":{"type":"string"},"orderBy":{"type":"string","enum":["awards.is_active","awards.title","awards.date_started","awards.date_ended","awards.date_awarded","awards.date_originated","awards.recent_action_date","awards.buyer.id","awards.buyer.name_pretty","awards.buyer.root_type","awards.vendor.id","awards.vendor.name_pretty","awards.naics_codes.code","awards.psc_codes.code","score","complementary_score","awards.id"]}},"required":["sort","pageSize","filters","orderBy"],"additionalProperties":false},"page":{"type":"number","minimum":1},"skipCountTotal":{"type":"boolean"}},"required":["matchingProfileId","search","page"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"group"},"isAnd":{"type":"boolean"},"filters":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["type","isAnd","filters"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"filter"},"column":{"type":"string"},"filter":{"anyOf":[{"type":"object","properties":{"operator":{"type":"string","const":"string.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.contains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.ncontains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.before"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.after"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.gt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.lt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.neq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false}]}},"required":["type","column","filter"],"additionalProperties":false}]}}},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"total":{"description":"-1 when the total is unknown (score-ranked searches cannot count)","type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"awards.id":{"type":"string"},"awards.is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"awards.title":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.award_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.date_started":{"type":["string","null"],"format":"date-time"},"awards.date_ended":{"type":["string","null"],"format":"date-time"},"awards.date_awarded":{"type":["string","null"],"format":"date-time"},"awards.date_originated":{"type":["string","null"],"format":"date-time"},"awards.recent_action_date":{"type":["string","null"],"format":"date-time"},"awards.buyer.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.buyer.name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.buyer.root_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.vendor.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.vendor.name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.naics_codes.code":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.psc_codes.code":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.places.country":{"anyOf":[{"type":"string"},{"type":"null"}]},"awards.places.region":{"anyOf":[{"type":"string"},{"type":"null"}]},"distance":{"anyOf":[{"type":"number"},{"type":"null"}]},"score":{"type":"number"},"complementary_score":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["awards.id","awards.is_active","awards.title","awards.award_identifier","awards.date_started","awards.date_ended","awards.date_awarded","awards.date_originated","awards.recent_action_date","awards.buyer.id","awards.buyer.name_pretty","awards.buyer.root_type","awards.vendor.id","awards.vendor.name_pretty","awards.naics_codes.code","awards.psc_codes.code","awards.places.country","awards.places.region","distance","score","complementary_score"],"additionalProperties":false}}},"required":["total","items"],"additionalProperties":false}}]},{"procedure":"awards.get","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"award":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]},"award_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"is_sole_source":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"is_vehicle":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"response_count":{"anyOf":[{"type":"number"},{"type":"null"}]},"award_value_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"min_amount_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"max_amount_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_awarded":{"type":["string","null"],"format":"date-time"},"date_started":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"},"vendor":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"certifications":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"address":{"anyOf":[{"type":"string"},{"type":"null"}]},"place_pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"contact_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"phone_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"people":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"full_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"phone_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"email_validations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"is_deliverable":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"created_at":{"type":["string","null"],"format":"date-time"}},"required":["id","email_address","is_deliverable","created_at"],"additionalProperties":false}}},"required":["id","full_name","email_address","phone_number","email_validations"],"additionalProperties":false}},"contact_count":{"type":"number"}},"required":["id","name","pretty_name","website_url","certifications","address","place_pretty_name","contact_name","email_address","phone_number","people","contact_count"],"additionalProperties":false},{"type":"null"}]},"buyer":{"anyOf":[{"type":"object","properties":{"id":{"anyOf":[{"type":"string"},{"type":"null"}]},"name":{"anyOf":[{"type":"string"},{"type":"null"}]},"root_type":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","name","root_type"],"additionalProperties":false},{"type":"null"}]},"place":{"anyOf":[{"type":"object","properties":{"pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"region":{"anyOf":[{"type":"string"},{"type":"null"}]},"country":{"anyOf":[{"type":"string"},{"type":"null"}]},"data":{}},"required":["pretty_name","region","country","data"],"additionalProperties":false},{"type":"null"}]},"explicit_naics_code":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"inferred_naics_code":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"explicit_psc_code":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"inferred_psc_code":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"contract_period_months":{"anyOf":[{"type":"array","items":{"type":"number"}},{"type":"null"}]},"is_enduring_requirement":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"recompete_rationale":{"anyOf":[{"type":"string"},{"type":"null"}]},"solicitations":{"type":"array","items":{"type":"object","properties":{"rfp_id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"blurb":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"anyOf":[{"type":"string"},{"type":"null"}]},"status_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"date_posted":{"type":["string","null"],"format":"date-time"},"date_due":{"type":["string","null"],"format":"date-time"},"solicitation_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["rfp_id","title","blurb","status","status_reason","date_posted","date_due","solicitation_identifier"],"additionalProperties":false}},"solicitation_count":{"type":"number"},"solicitations_next_cursor":{"anyOf":[{"type":"string"},{"type":"null"}]},"parent":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","title","piid"],"additionalProperties":false},{"type":"null"}]},"task_orders":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"award_value_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_awarded":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"required":["id","piid","title","award_value_cents","date_awarded","date_ended","is_active"],"additionalProperties":false}},"task_order_count":{"type":"number"},"phases":{"type":"array","items":{"type":"object","properties":{"usfed_mod_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"usfed_transaction_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"obligation_usd_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_signed":{"type":["string","null"],"format":"date-time"},"date_started":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"},"description":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["usfed_mod_number","usfed_transaction_number","reason","obligation_usd_cents","date_signed","date_started","date_ended","description"],"additionalProperties":false}}},"required":["id","title","piid","award_identifier","is_active","is_sole_source","is_vehicle","response_count","award_value_cents","min_amount_usd_cents","max_amount_usd_cents","date_awarded","date_started","date_ended","vendor","buyer","place","explicit_naics_code","inferred_naics_code","explicit_psc_code","inferred_psc_code","contract_period_months","is_enduring_requirement","recompete_rationale","solicitations","solicitation_count","solicitations_next_cursor","parent","task_orders","task_order_count","phases"],"additionalProperties":false}},"required":["award"],"additionalProperties":false}}]},{"procedure":"awards.get-solicitations","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"awardId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"cursor":{"type":"string"}},"required":["awardId"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"solicitations":{"type":"array","items":{"type":"object","properties":{"rfp_id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"blurb":{"anyOf":[{"type":"string"},{"type":"null"}]},"status":{"anyOf":[{"type":"string"},{"type":"null"}]},"status_reason":{"anyOf":[{"type":"string"},{"type":"null"}]},"date_posted":{"type":["string","null"],"format":"date-time"},"date_due":{"type":["string","null"],"format":"date-time"},"solicitation_identifier":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["rfp_id","title","blurb","status","status_reason","date_posted","date_due","solicitation_identifier"],"additionalProperties":false}},"nextCursor":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["solicitations","nextCursor"],"additionalProperties":false}}]},{"procedure":"buyers.search","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"matchingProfileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"search":{"type":"object","properties":{"sort":{"type":"string","enum":["asc","desc"]},"pageSize":{"type":"number"},"filters":{"anyOf":[{"$ref":"#/$defs/__schema0"},{"type":"null"}]},"filterMeta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"quickSearch":{"type":"string"},"orderBy":{"type":"string","enum":["buyerTiers.name_pretty","buyerTiers.buyer_roots.root_type","buyerTiers.buyer_roots.is_coop","score","buyerTiers.id"]}},"required":["sort","pageSize","filters","orderBy"],"additionalProperties":false},"page":{"type":"number","minimum":1},"skipCountTotal":{"type":"boolean"}},"required":["matchingProfileId","search","page"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"group"},"isAnd":{"type":"boolean"},"filters":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["type","isAnd","filters"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"filter"},"column":{"type":"string"},"filter":{"anyOf":[{"type":"object","properties":{"operator":{"type":"string","const":"string.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.contains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.ncontains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.before"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.after"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.gt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.lt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.neq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false}]}},"required":["type","column","filter"],"additionalProperties":false}]}}},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"total":{"description":"-1 when the total is unknown (score-ranked searches cannot count)","type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"buyerTiers.id":{"type":"string"},"buyerTiers.name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"buyerTiers.buyer_roots.root_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"buyerTiers.buyer_roots.is_coop":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"naics_exists":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"score":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["buyerTiers.id","buyerTiers.name_pretty","buyerTiers.buyer_roots.root_type","buyerTiers.buyer_roots.is_coop","naics_exists","score"],"additionalProperties":false}}},"required":["total","items"],"additionalProperties":false}}]},{"procedure":"buyers.get","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"buyer":{"type":"object","properties":{"id":{"type":"string"},"namePretty":{"type":"string"},"parentBuyerTierId":{"anyOf":[{"type":"string"},{"type":"null"}]},"root":{"anyOf":[{"type":"object","properties":{"id":{"type":"string"},"rootType":{"anyOf":[{"type":"string"},{"type":"null"}]},"isCoop":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"required":["id","rootType","isCoop"],"additionalProperties":false},{"type":"null"}]},"place":{"anyOf":[{"type":"object","properties":{"prettyName":{"anyOf":[{"type":"string"},{"type":"null"}]},"country":{"anyOf":[{"type":"string"},{"type":"null"}]},"region":{"anyOf":[{"type":"string"},{"type":"null"}]},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}]},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}]},"geometryGeojson":{}},"required":["prettyName","country","region","latitude","longitude","geometryGeojson"],"additionalProperties":false},{"type":"null"}]},"ancestry":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"namePretty":{"type":"string"}},"required":["id","namePretty"],"additionalProperties":false}}},"required":["id","namePretty","parentBuyerTierId","root","place","ancestry"],"additionalProperties":false}},"required":["buyer"],"additionalProperties":false}}]},{"procedure":"buyers.get-children","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"children":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"namePretty":{"type":"string"}},"required":["id","namePretty"],"additionalProperties":false}}},"required":["children"],"additionalProperties":false}}]},{"procedure":"buyers.get-rfps","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rfps":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"datePosted":{"type":["string","null"],"format":"date-time"},"dateDue":{"type":["string","null"],"format":"date-time"},"status":{"type":"string"},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"blurb":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","createdAt","datePosted","dateDue","status","statusReason","title","blurb"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["rfps","hasMore"],"additionalProperties":false}}]},{"procedure":"buyers.get-awards","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"awards":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendor_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"award_value_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_awarded":{"type":["string","null"],"format":"date-time"},"date_started":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"}},"required":["id","title","piid","vendor_name","award_value_cents","date_awarded","date_started","date_ended"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["awards","hasMore"],"additionalProperties":false}}]},{"procedure":"buyers.get-contacts","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"contacts":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"fullName":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"phoneNumber":{"anyOf":[{"type":"string"},{"type":"null"}]},"lastSeenAt":{"type":"string","format":"date-time"}},"required":["id","fullName","emailAddress","phoneNumber","lastSeenAt"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["contacts","hasMore"],"additionalProperties":false}}]},{"procedure":"buyer-contacts.search","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"matchingProfileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"search":{"type":"object","properties":{"sort":{"type":"string","enum":["asc","desc"]},"pageSize":{"type":"number"},"filters":{"anyOf":[{"$ref":"#/$defs/__schema0"},{"type":"null"}]},"filterMeta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"quickSearch":{"type":"string"},"orderBy":{"type":"string","enum":["score"]}},"required":["sort","pageSize","filters","orderBy"],"additionalProperties":false},"page":{"type":"number","minimum":1},"skipCountTotal":{"type":"boolean"}},"required":["matchingProfileId","search","page"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"group"},"isAnd":{"type":"boolean"},"filters":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["type","isAnd","filters"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"filter"},"column":{"type":"string"},"filter":{"anyOf":[{"type":"object","properties":{"operator":{"type":"string","const":"string.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.contains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.ncontains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.before"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.after"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.gt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.lt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.neq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false}]}},"required":["type","column","filter"],"additionalProperties":false}]}}},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"total":{"description":"-1 when the total is unknown (score-ranked searches cannot count)","type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"people.id":{"type":"string"},"people.full_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"people.email_address":{"anyOf":[{"type":"string"},{"type":"null"}]},"people.phone_number":{"anyOf":[{"type":"string"},{"type":"null"}]},"people.buyer_roots.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"people.buyer_roots.name":{"anyOf":[{"type":"string"},{"type":"null"}]},"people.buyer_roots.root_type":{"anyOf":[{"type":"string"},{"type":"null"}]},"people.buyer_roots.is_coop":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"naics_exists":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"score":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["people.id","people.full_name","people.email_address","people.phone_number","people.buyer_roots.id","people.buyer_roots.name","people.buyer_roots.root_type","people.buyer_roots.is_coop","naics_exists","score"],"additionalProperties":false}}},"required":["total","items"],"additionalProperties":false}}]},{"procedure":"buyer-contacts.get","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"contact":{"type":"object","properties":{"id":{"type":"string"},"fullName":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"phoneNumber":{"anyOf":[{"type":"string"},{"type":"null"}]},"createdAt":{"type":"string","format":"date-time"},"emailValidation":{"anyOf":[{"type":"object","properties":{"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDeliverable":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"createdAt":{"type":["string","null"],"format":"date-time"}},"required":["emailAddress","isDeliverable","createdAt"],"additionalProperties":false},{"type":"null"}]}},"required":["id","fullName","emailAddress","phoneNumber","createdAt","emailValidation"],"additionalProperties":false}},"required":["contact"],"additionalProperties":false}}]},{"procedure":"buyer-contacts.get-rfps","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"rfps":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"createdAt":{"type":"string","format":"date-time"},"datePosted":{"type":["string","null"],"format":"date-time"},"dateDue":{"type":["string","null"],"format":"date-time"},"status":{"type":"string"},"statusReason":{"anyOf":[{"type":"string"},{"type":"null"}]},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"blurb":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["id","createdAt","datePosted","dateDue","status","statusReason","title","blurb"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["rfps","hasMore"],"additionalProperties":false}}]},{"procedure":"buyer-contacts.get-awards","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"awards":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendor_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"award_value_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_awarded":{"type":["string","null"],"format":"date-time"},"date_started":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"}},"required":["id","title","piid","vendor_name","award_value_cents","date_awarded","date_started","date_ended"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["awards","hasMore"],"additionalProperties":false}}]},{"procedure":"buyer-contacts.get-buyers","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"buyers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"namePretty":{"type":"string"},"parentBuyerTierId":{"anyOf":[{"type":"string"},{"type":"null"}]},"isLinked":{"type":"boolean"}},"required":["id","namePretty","parentBuyerTierId","isLinked"],"additionalProperties":false}}},"required":["buyers"],"additionalProperties":false}}]},{"procedure":"vendors.search","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"matchingProfileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"search":{"type":"object","properties":{"sort":{"type":"string","enum":["asc","desc"]},"pageSize":{"type":"number"},"filters":{"anyOf":[{"$ref":"#/$defs/__schema0"},{"type":"null"}]},"filterMeta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"quickSearch":{"type":"string"},"orderBy":{"type":"string","enum":["vendors.name_pretty","vendors.naics_codes.code","vendors.certifications","vendors.places.country","vendors.places.region","distance","vendors.website_url","vendors.uei","vendors.cage_code","vendors.created_at","vendors.award_count","vendors.last_awarded_at","score","vendors.id"]}},"required":["sort","pageSize","filters","orderBy"],"additionalProperties":false},"page":{"type":"number","minimum":1},"skipCountTotal":{"type":"boolean"}},"required":["matchingProfileId","search","page"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"group"},"isAnd":{"type":"boolean"},"filters":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["type","isAnd","filters"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"filter"},"column":{"type":"string"},"filter":{"anyOf":[{"type":"object","properties":{"operator":{"type":"string","const":"string.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.contains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.ncontains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.before"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.after"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.gt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.lt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.neq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false}]}},"required":["type","column","filter"],"additionalProperties":false}]}}},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"total":{"description":"-1 when the total is unknown (score-ranked searches cannot count)","type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"vendors.id":{"type":"string"},"vendors.name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.naics_codes.code":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.secondary_naics_codes":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"vendors.certifications":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"vendors.set_asides":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"vendors.places.country":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.places.region":{"anyOf":[{"type":"string"},{"type":"null"}]},"distance":{"anyOf":[{"type":"number"},{"type":"null"}]},"vendors.website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.uei":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.cage_code":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.created_at":{"type":["string","null"],"format":"date-time"},"vendors.award_count":{"anyOf":[{"type":"number"},{"type":"null"}]},"vendors.last_awarded_at":{"type":["string","null"],"format":"date-time"},"score":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["vendors.id","vendors.name_pretty","vendors.naics_codes.code","vendors.secondary_naics_codes","vendors.certifications","vendors.set_asides","vendors.places.country","vendors.places.region","distance","vendors.website_url","vendors.uei","vendors.cage_code","vendors.created_at","vendors.award_count","vendors.last_awarded_at","score"],"additionalProperties":false}}},"required":["total","items"],"additionalProperties":false}}]},{"procedure":"vendors.get","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"vendor":{"type":"object","properties":{"id":{"type":"string"},"name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"uei":{"anyOf":[{"type":"string"},{"type":"null"}]},"cage_code":{"anyOf":[{"type":"string"},{"type":"null"}]},"duns":{"anyOf":[{"type":"string"},{"type":"null"}]},"certifications":{"anyOf":[{"type":"array","items":{"type":"object","properties":{"raw":{"type":"string"},"set_aside_type":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["raw","set_aside_type"],"additionalProperties":false}},{"type":"null"}]},"company_keywords":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"company_description":{"anyOf":[{"type":"string"},{"type":"null"}]},"company_summary":{"anyOf":[{"type":"string"},{"type":"null"}]},"inferred_website_url":{"anyOf":[{"type":"string"},{"type":"null"}]},"created_at":{"type":"string","format":"date-time"},"award_count":{"anyOf":[{"type":"number"},{"type":"null"}]},"last_awarded_at":{"type":["string","null"],"format":"date-time"},"naics":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"inferred_naics":{"anyOf":[{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false},{"type":"null"}]},"secondary_naics":{"type":"array","items":{"type":"object","properties":{"code":{"type":"string"},"label":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["code","label"],"additionalProperties":false}},"address":{"anyOf":[{"type":"string"},{"type":"null"}]},"place":{"anyOf":[{"type":"object","properties":{"pretty_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"country":{"anyOf":[{"type":"string"},{"type":"null"}]},"region":{"anyOf":[{"type":"string"},{"type":"null"}]},"latitude":{"anyOf":[{"type":"number"},{"type":"null"}]},"longitude":{"anyOf":[{"type":"number"},{"type":"null"}]},"bbox":{"anyOf":[{"type":"array","items":{"type":"number"}},{"type":"null"}]}},"required":["pretty_name","country","region","latitude","longitude","bbox"],"additionalProperties":false},{"type":"null"}]}},"required":["id","name_pretty","website_url","uei","cage_code","duns","certifications","company_keywords","company_description","company_summary","inferred_website_url","created_at","award_count","last_awarded_at","naics","inferred_naics","secondary_naics","address","place"],"additionalProperties":false}},"required":["vendor"],"additionalProperties":false}}]},{"procedure":"vendors.get-awards","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"awards":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"title":{"anyOf":[{"type":"string"},{"type":"null"}]},"piid":{"anyOf":[{"type":"string"},{"type":"null"}]},"buyer_id":{"anyOf":[{"type":"string"},{"type":"null"}]},"buyer_name":{"anyOf":[{"type":"string"},{"type":"null"}]},"award_value_cents":{"anyOf":[{"type":"number"},{"type":"null"}]},"date_awarded":{"type":["string","null"],"format":"date-time"},"date_started":{"type":["string","null"],"format":"date-time"},"date_ended":{"type":["string","null"],"format":"date-time"},"is_active":{"anyOf":[{"type":"boolean"},{"type":"null"}]}},"required":["id","title","piid","buyer_id","buyer_name","award_value_cents","date_awarded","date_started","date_ended","is_active"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["awards","hasMore"],"additionalProperties":false}}]},{"procedure":"vendors.get-contacts","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"people":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"fullName":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"phoneNumber":{"anyOf":[{"type":"string"},{"type":"null"}]},"emailValidations":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"emailAddress":{"anyOf":[{"type":"string"},{"type":"null"}]},"isDeliverable":{"anyOf":[{"type":"boolean"},{"type":"null"}]},"createdAt":{"type":["string","null"],"format":"date-time"}},"required":["id","emailAddress","isDeliverable","createdAt"],"additionalProperties":false}}},"required":["id","fullName","emailAddress","phoneNumber","emailValidations"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["people","hasMore"],"additionalProperties":false}}]},{"procedure":"vendors.get-buyers","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"buyers":{"type":"array","items":{"type":"object","properties":{"id":{"type":"string"},"namePretty":{"type":"string"},"parentBuyerTierId":{"anyOf":[{"type":"string"},{"type":"null"}]},"rfpCount":{"type":"number"},"awardCount":{"type":"number"},"isLinked":{"type":"boolean"}},"required":["id","namePretty","parentBuyerTierId","rfpCount","awardCount","isLinked"],"additionalProperties":false}}},"required":["buyers"],"additionalProperties":false}}]},{"procedure":"vendors.get-activity","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"id":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"}},"required":["id"],"additionalProperties":false},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"items":{"type":"array","items":{"type":"object","properties":{"activity.id":{"type":"string"},"activity.date":{"type":"string","format":"date-time"},"activity.action":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.rfp.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.rfp.title":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.award.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.award.title":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["activity.id","activity.date","activity.action","activity.rfp.id","activity.rfp.title","activity.award.id","activity.award.title","vendors.name_pretty"],"additionalProperties":false}},"hasMore":{"type":"boolean"}},"required":["items","hasMore"],"additionalProperties":false}}]},{"procedure":"vendor-activity.search","versions":[{"version":"2026-07-05","requestSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"matchingProfileId":{"type":"string","format":"uuid","pattern":"^([0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[1-8][0-9a-fA-F]{3}-[89abAB][0-9a-fA-F]{3}-[0-9a-fA-F]{12}|00000000-0000-0000-0000-000000000000|ffffffff-ffff-ffff-ffff-ffffffffffff)$"},"search":{"type":"object","properties":{"sort":{"type":"string","enum":["asc","desc"]},"pageSize":{"type":"number"},"filters":{"anyOf":[{"$ref":"#/$defs/__schema0"},{"type":"null"}]},"filterMeta":{"type":"object","propertyNames":{"type":"string"},"additionalProperties":{}},"quickSearch":{"type":"string"},"orderBy":{"type":"string","enum":["activity.date","activity.type","vendors.name_pretty","vendors.award_count","vendors.last_awarded_at","vendors.naics_codes.code","opportunity.naics_codes.code","vendors.places.country","vendors.places.region","vendor_distance","opportunity.places.country","opportunity.places.region","opportunity_distance","vendor_similarity_score","complementary_score","opportunity_score","activity.rfp.id","activity.buyer.id","vendors.id","activity.id"]}},"required":["sort","pageSize","filters","orderBy"],"additionalProperties":false},"page":{"type":"number","minimum":1},"skipCountTotal":{"type":"boolean"}},"required":["matchingProfileId","search","page"],"additionalProperties":false,"$defs":{"__schema0":{"anyOf":[{"type":"object","properties":{"type":{"type":"string","const":"group"},"isAnd":{"type":"boolean"},"filters":{"type":"array","items":{"$ref":"#/$defs/__schema0"}}},"required":["type","isAnd","filters"],"additionalProperties":false},{"type":"object","properties":{"type":{"type":"string","const":"filter"},"column":{"type":"string"},"filter":{"anyOf":[{"type":"object","properties":{"operator":{"type":"string","const":"string.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.contains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"string.ncontains"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.before"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"date.after"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.gt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"number.lt"},"value":{"anyOf":[{"type":"number"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.eq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false},{"type":"object","properties":{"operator":{"type":"string","const":"enum.neq"},"value":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["operator","value"],"additionalProperties":false}]}},"required":["type","column","filter"],"additionalProperties":false}]}}},"responseSchema":{"$schema":"https://json-schema.org/draft/2020-12/schema","type":"object","properties":{"total":{"description":"-1 when the total is unknown (score-ranked searches cannot count)","type":"number"},"items":{"type":"array","items":{"type":"object","properties":{"activity.id":{"type":"string"},"activity.date":{"type":"string","format":"date-time"},"activity.type":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.name_pretty":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.award_count":{"anyOf":[{"type":"number"},{"type":"null"}]},"vendors.last_awarded_at":{"type":["string","null"],"format":"date-time"},"vendors.naics_codes.code":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.set_asides":{"anyOf":[{"type":"array","items":{"type":"string"}},{"type":"null"}]},"opportunity.naics_codes.code":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.places.country":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendors.places.region":{"anyOf":[{"type":"string"},{"type":"null"}]},"vendor_distance":{"anyOf":[{"type":"number"},{"type":"null"}]},"opportunity.places.country":{"anyOf":[{"type":"string"},{"type":"null"}]},"opportunity.places.region":{"anyOf":[{"type":"string"},{"type":"null"}]},"opportunity_distance":{"anyOf":[{"type":"number"},{"type":"null"}]},"vendor_similarity_score":{"anyOf":[{"type":"number"},{"type":"null"}]},"complementary_score":{"anyOf":[{"type":"number"},{"type":"null"}]},"opportunity_score":{"anyOf":[{"type":"number"},{"type":"null"}]},"activity.action":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.rfp.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.rfp.title":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.award.id":{"anyOf":[{"type":"string"},{"type":"null"}]},"activity.award.title":{"anyOf":[{"type":"string"},{"type":"null"}]}},"required":["activity.id","activity.date","activity.type","vendors.id","vendors.name_pretty","vendors.award_count","vendors.last_awarded_at","vendors.naics_codes.code","vendors.set_asides","opportunity.naics_codes.code","vendors.places.country","vendors.places.region","vendor_distance","opportunity.places.country","opportunity.places.region","opportunity_distance","vendor_similarity_score","complementary_score","opportunity_score","activity.action","activity.rfp.id","activity.rfp.title","activity.award.id","activity.award.title"],"additionalProperties":false}}},"required":["total","items"],"additionalProperties":false}}]}]