companyInsolvency resource - specification mistake

In the companyInsolvency resource specification at the end of the Resource Representation section the “status” field is listed as:

"status": [
    null
]

In the parameter parameter table below this is defined as [ “string” ] so should this be the following?

"status" : [
    "string"
]