diff options
author | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 17:14:49 +1100 |
---|---|---|
committer | Madeline <46743919+MaddyUnderStars@users.noreply.github.com> | 2022-12-17 17:14:49 +1100 |
commit | e37c4adaed3180e934e25f603db71530c397291e (patch) | |
tree | 7dbb6d93a077f1ab47dae84abc074f8836a4f2eb /scripts/schema.js | |
parent | Update readme (diff) | |
download | server-e37c4adaed3180e934e25f603db71530c397291e.tar.xz |
First pass of removing Slowcord mentions
Diffstat (limited to '')
-rw-r--r-- | scripts/schema.js | 6 |
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"); |