Skip to content

Commit

Permalink
schema shenanigans
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlan404 committed Jun 21, 2024
1 parent 9def9c8 commit 5435e67
Show file tree
Hide file tree
Showing 5 changed files with 44 additions and 1 deletion.
42 changes: 42 additions & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -65,3 +65,4 @@ bytes = "1.6"
murmur2 = "0.1"
futures = "0.3"
indextree = "4.6"
schemars = "0.8"
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"$schema": "http://json-schema.org/draft-07/schema",
"$id": "https://raw.githubusercontent.com/ParadigmMC/mcman/main/servertoml.schema.json",
"$id": "https://raw.githubusercontent.com/ParadigmMC/mcman/main/res/schemas/servertoml.schema.json",
"definitions": {
"ServerType": {
"oneOf": [
Expand Down

0 comments on commit 5435e67

Please sign in to comment.