Red Hat · JSON Structure

Red Hat Quay Security Scan Result Structure

Type: object Properties: 2
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

SecurityScanResult is a JSON Structure definition published by Red Hat, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

status data

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "SecurityScanResult",
  "type": "object",
  "properties": {
    "status": {
      "type": "string"
    },
    "data": {
      "type": "object"
    }
  }
}