aboutsummaryrefslogtreecommitdiffhomepage
path: root/openapi.yaml
diff options
context:
space:
mode:
authornsfisis <nsfisis@gmail.com>2024-08-05 05:35:37 +0900
committernsfisis <nsfisis@gmail.com>2024-08-05 05:35:37 +0900
commitdc16e903999af89d87364ad6619e7c8b41301da4 (patch)
tree529f1debc2972ac1486e8c0ca4b25827ccd069a6 /openapi.yaml
parent2a551a05d714657d7cd3b581290054c97398e968 (diff)
downloadphperkaigi-2025-albatross-dc16e903999af89d87364ad6619e7c8b41301da4.tar.gz
phperkaigi-2025-albatross-dc16e903999af89d87364ad6619e7c8b41301da4.tar.zst
phperkaigi-2025-albatross-dc16e903999af89d87364ad6619e7c8b41301da4.zip
feat: show execution result in play page
Diffstat (limited to 'openapi.yaml')
-rw-r--r--openapi.yaml5
1 files changed, 5 insertions, 0 deletions
diff --git a/openapi.yaml b/openapi.yaml
index 2e18728..0e46fca 100644
--- a/openapi.yaml
+++ b/openapi.yaml
@@ -300,6 +300,11 @@ components:
example: "success"
enum:
- success
+ - failure
+ - timeout
+ - internal_error
+ - compile_error
+ - wrong_answer
score:
type: integer
nullable: true