summary refs log tree commit diff
path: root/scripts/schema.js
diff options
context:
space:
mode:
authorMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-17 17:14:49 +1100
committerMadeline <46743919+MaddyUnderStars@users.noreply.github.com>2022-12-17 17:14:49 +1100
commite37c4adaed3180e934e25f603db71530c397291e (patch)
tree7dbb6d93a077f1ab47dae84abc074f8836a4f2eb /scripts/schema.js
parentUpdate readme (diff)
downloadserver-e37c4adaed3180e934e25f603db71530c397291e.tar.xz
First pass of removing Slowcord mentions
Diffstat (limited to '')
-rw-r--r--scripts/schema.js6
1 files changed, 4 insertions, 2 deletions
diff --git a/scripts/schema.js b/scripts/schema.js
index debae7e1..be57adc2 100644
--- a/scripts/schema.js
+++ b/scripts/schema.js
@@ -1,5 +1,7 @@
-// https://mermade.github.io/openapi-gui/#
-// https://editor.swagger.io/
+/*
+	Regenerates the `fosscord-server/assets/schemas.json` file, used for API/Gateway input validation.
+*/
+
 const path = require("path");
 const fs = require("fs");
 const TJS = require("typescript-json-schema");