humans-vs-zombies/docs/swagger.json
2022-11-04 19:30:11 +00:00

26 lines
677 B
JSON

{
"swagger": "2.0",
"info": {
"description": "This is the Swagger documentation for DCU Games Society's 2022 Humans Vs Zombies event.",
"title": "DCU Games Society Humans Vs Zombies",
"contact": {},
"version": "1.0"
},
"basePath": "/",
"paths": {
"/": {
"get": {
"description": "Home page",
"produces": [
"application/json"
],
"summary": "Home",
"responses": {
"200": {
"description": "OK"
}
}
}
}
}
}