NVD · Schema

ErrorResponse

SecurityCVECPEVulnerabilityCVSS

Properties

Name Type Description
message string
View JSON Schema on GitHub

JSON Schema

nvd-errorresponse-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/ErrorResponse",
  "title": "ErrorResponse",
  "type": "object",
  "properties": {
    "message": {
      "type": "string"
    }
  }
}