fix(engine): allow null init_config for plugin info

Signed-off-by: Luca Guerra <luca@guerra.sh>
This commit is contained in:
Luca Guerra 2024-10-08 08:27:52 +00:00 committed by poiana
parent 7b2feb1f73
commit 6721a6b9cf

View File

@ -596,6 +596,9 @@ const char config_schema_string[] = LONG_STRING_CONST(
}, },
{ {
"type": "string" "type": "string"
},
{
"type": "null"
} }
] ]
}, },