In the following example, the description is only displayed when the array is empty. As soon as an item is added, the description disappears.
{
"type": "array",
"description": "This is the description for this array",
"items": {
"type": "object",
"properties": {
"name": {"type": "string"}
}
}
}