Skip to content

Instantly share code, notes, and snippets.

View Tides's full-sized avatar
🎯

Junior Tides

🎯
View GitHub Profile
{
"$schema": "http://json-schema.org/draft-04/schema#",
"title": "IServerConfiguration",
"type": "object",
"x-abstract": true,
"additionalProperties": false,
"properties": {
"Logging": {
"$ref": "#/definitions/logging"
},