{"openapi":"3.1.0","info":{"title":"p5.js Build Server","description":"On demand custom build for p5.js","version":"1.0.0"},"paths":{"/{version}/{mod}":{"get":{"operationId":"getByVersionByMod","responses":{"200":{"description":"Returns the built custom p5.js library as requested in the URL.","content":{"text/javascript":{"schema":{"type":"string"}}}}},"parameters":[{"in":"path","name":"version","schema":{"type":"string","example":"2.2.3"},"required":true,"description":"Valid semver of p5.js fulfulling >=2.0.1"},{"in":"path","name":"mod","schema":{"anyOf":[{"type":"string","enum":["p5.js","p5.min.js","p5.custom.js"]},{"type":"string","pattern":"^p5\\.[\\s\\S]{0,}\\.js$"}]},"required":true,"description":"Specific p5.js module or build."},{"in":"query","name":"modules","schema":{"example":"shape,type,math","type":"string"},"description":"Used with `mod` path of `p5.custom.js` and is a comma separated list of modules to include in the custom build"}]}}},"components":{}}