ONTAP REST API error response
{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "ErrorResponse", "type": "object", "description": "ONTAP REST API error response", "properties": { "error": { "type": "object" } } }