Version
main
App
Affected Models (if applicable)
Bug Description
{
"type": "object",
"properties": {
"database": {
"type": "string",
"description": "Database name"
}
},
"required": [
"database"
],
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}
The $schema here contains the special symbol $, which may cause errors during use in some cases. It is recommended to delete this field or change $schema to schema to avoid such issues