{ "$schema": "http://json-schema.org/draft-07/schema#", "type": "object", "additionalProperties": false, "properties": { "exampleProperty": { "type": "string" }, "startggClientId": { "type": "string", "default": "", "description": "Client ID de tu OAuth app de start.gg" }, "startggClientSecret": { "type": "string", "default": "", "description": "Client Secret de tu OAuth app de start.gg" }, "startggOAuthPort": { "type": "integer", "default": 34920, "minimum": 1, "maximum": 65535, "description": "Puerto local para callback OAuth" } }, "required": [ "exampleProperty" ] }