{"openapi":"3.1.0","info":{"title":"Pixel Art Editor","description":"This is a simple browser-based tool for creating pixel art by drawing on a grid, where you can choose your grid size, pick colors, and download your finished artwork as an image file.","version":"1.0"},"servers":[{"url":"https://dabbled.ai"}],"paths":{"/apps/pixel-art-editor":{"get":{"operationId":"pixelArtEditor","summary":"This is a simple browser-based tool for creating pixel art by drawing on a grid, where you can choose your grid size, pick colors, and download your finished artwork as an image file.","parameters":[{"name":"grid_size","in":"query","required":true,"description":"Grid Size","schema":{"type":"string","enum":["16","20","24","28","32"]}},{"name":"custom_color","in":"query","required":false,"description":"Custom Color","schema":{"type":"string"}}],"responses":{"200":{"description":"Rendered app reflecting the given inputs."}}}}}}