* `GetDomainMetadata` and `GetAllDomainMetadata` state `false` can be returned, but doing this results in an error.
* Somewhere between PowerDNS 4.2 and 4.4, `GetAllDomainMetadata` became mandatory: a backend returning 404 will result in PowerDNS responding with `SERVFAIL`.
Returns the value(s) for variable kind for zone name. You **must**
always return something, if there are no values, you shall return empty
-set or false.
+set.
-* Mandatory: No
+* Mandatory: yes
* Parameters: name
* Reply: hash of key to array of strings
Returns the value(s) for variable kind for zone name. Most commonly it's
one of NSEC3PARAM, PRESIGNED, SOA-EDIT. Can be others, too. You **must**
always return something, if there are no values, you shall return empty
-array or false.
+array.
- Mandatory: No
- Parameters: name, kind