{"openapi":"3.1.0","info":{"title":"Color Sort Play","description":"This is a drag-and-drop game where children sort colored items into matching groups, with adjustable difficulty levels from 3 to 6 colors.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/color-sort-play":{"get":{"operationId":"colorSortPlay","summary":"This is a drag-and-drop game where children sort colored items into matching groups, with adjustable difficulty levels from 3 to 6 colors.","parameters":[{"name":"color_count","in":"query","required":true,"description":"Number of colors","schema":{"type":"string","enum":["3","4","6"]}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}