Rapid7 · Schema

PageAssetV2

SecurityVulnerability ManagementSIEMXDRCloud SecuritySOARApplication Security

Properties

Name Type Description
data array The list of data that matches the pagination parameters. If no results match this will be an empty list.
metadata object
View JSON Schema on GitHub

JSON Schema

rapid7-pageassetv2-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/PageAssetV2",
  "title": "PageAssetV2",
  "required": [
    "data",
    "metadata"
  ],
  "type": "object",
  "properties": {
    "data": {
      "type": "array",
      "description": "The list of data that matches the pagination parameters. If no results match this will be an empty list.",
      "items": {
        "$ref": "#/components/schemas/AssetV2"
      }
    },
    "metadata": {
      "$ref": "#/components/schemas/PageMetadata"
    }
  }
}