mirror of
https://gitlab.com/crafty-controller/crafty-4.git
synced 2024-08-30 18:23:09 +00:00
Remove the root example from the new server schema
* It messed up https://json-schema-faker.js.org * It wasn't updated for agree_to_eula
This commit is contained in:
parent
bd4a35b418
commit
73175d0f82
@ -17,24 +17,6 @@ new_server_schema = {
|
||||
"monitoring_type",
|
||||
"create_type",
|
||||
],
|
||||
"examples": [
|
||||
{
|
||||
"name": "My Server",
|
||||
"monitoring_type": "minecraft_java",
|
||||
"minecraft_java_monitoring_data": {"host": "127.0.0.1", "port": 25565},
|
||||
"create_type": "minecraft_java",
|
||||
"minecraft_java_create_data": {
|
||||
"create_type": "download_jar",
|
||||
"download_jar_create_data": {
|
||||
"type": "Paper",
|
||||
"version": "1.18.2",
|
||||
"mem_min": 1,
|
||||
"mem_max": 2,
|
||||
"server_properties_port": 25565,
|
||||
},
|
||||
},
|
||||
}
|
||||
],
|
||||
"properties": {
|
||||
"name": {
|
||||
"title": "Name",
|
||||
|
Loading…
Reference in New Issue
Block a user