Invalid Operation outcome

In this example, operation outcome resource is having an invalid error during the validation operation.

{
    "resourceType": "OperationOutcome",
    "issue":  [
        {
            "severity": "error",
            "code": "invalid",
            "diagnostics": "<Content invalid against the specification or a profile>"
        }
    ]
}