{"openapi":"3.1.0","info":{"title":"Secret Santa Drawer","description":"This tool helps you randomly assign Secret Santa gift-givers to recipients while optionally excluding certain people from being paired together.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/secret-santa-drawer":{"get":{"operationId":"secretSantaDrawer","summary":"This tool helps you randomly assign Secret Santa gift-givers to recipients while optionally excluding certain people from being paired together.","parameters":[{"name":"participant_name","in":"query","required":false,"description":"Participant name","schema":{"type":"string"}},{"name":"exclusion_person_a","in":"query","required":false,"description":"First person to exclude","schema":{"type":"string","enum":[]}},{"name":"exclusion_person_b","in":"query","required":false,"description":"Second person to exclude","schema":{"type":"string","enum":[]}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}