fix LibraryName of empty array

This commit is contained in:
chenxsan 2021-03-07 09:18:20 +08:00
parent e28788a4d4
commit d4a0933ae6
3 changed files with 6 additions and 3 deletions

View File

@ -1460,7 +1460,8 @@
"description": "A part of the library name.",
"type": "string",
"minLength": 1
}
},
"minItems": 1
},
{
"type": "string",

View File

@ -170,7 +170,8 @@
"description": "A part of the library name.",
"type": "string",
"minLength": 1
}
},
"minItems": 1
},
{
"type": "string",

View File

@ -194,7 +194,8 @@
"description": "A part of the library name.",
"type": "string",
"minLength": 1
}
},
"minItems": 1
},
{
"type": "string",