Skip to content

Instantly share code, notes, and snippets.

View turchenkoalex's full-sized avatar

Aleksandr Turchenko turchenkoalex

View GitHub Profile
@turchenkoalex
turchenkoalex / serilog-configuration-schema.json
Last active November 4, 2023 19:05
serilog-configuration-schema.json
{
"title": "JSON schema for Serilog.Settings.Configuration",
"$schema": "http://json-schema.org/draft-04/schema",
"type": "object",
"description": "Serilog configuration",
"definitions": {
"libraries": {
"type": "array",
"description": "Serilog Sinks Libraries",
"items": {