chore: import upstream snapshot with attribution
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
{
|
||||
"$ref": "#/definitions/LoggerOptions",
|
||||
"definitions": {
|
||||
"LoggerOptions": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"message": {
|
||||
"type": "string"
|
||||
},
|
||||
"tags": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"level": {
|
||||
"enum": ["debug", "error", "warn"],
|
||||
"type": "string"
|
||||
},
|
||||
"error": {},
|
||||
"payload": {}
|
||||
},
|
||||
"required": ["message"]
|
||||
}
|
||||
},
|
||||
"$schema": "http://json-schema.org/draft-07/schema#"
|
||||
}
|
||||
Reference in New Issue
Block a user