HomeSoftware Heritage

apidoc: Add support for request data documentation

Description

apidoc: Add support for request data documentation

Some new api endpoints require to send JSON data in HTTP requests but it was currently
not handled by the apidoc module.

So handle corresponding httpdomain directives in our custom rst nodes visitor.

Also add support for documenting JSON array of non object type as httpdomain does
not offer any directive for that type.