{ "$schema": "http://json-schema.org/draft-07/schema#", "title": "ServerProperties", "type": "object", "properties": { "addr": { "default": "0.0.0.0:50052", "type": "string" }, "logger": { "default": "barebones", "type": "string" }, "name": { "default": "Spah's sappin' mah sentreh", "type": "string" }, "schema": { "default": "https://theperkinrex.duckdns.org/CardsSimulator/cards-simulator/raw/branch/main/server/schema/server-properties.json", "type": "string" } } }