You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

19 lines
374 B

{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "ServerProperties",
"type": "object",
"properties": {
"addr": {
"default": "0.0.0.0:50052",
"type": "string"
},
"name": {
"default": "Spah's sappin' mah sentreh",
"type": "string"
},
"use_colors": {
"default": true,
"type": "boolean"
}
}
}