Red Hat · Schema

PaginatedSystemList

A paginated list of systems.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
data array
View JSON Schema on GitHub

JSON Schema

red-hat-insights-paginated-system-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaginatedSystemList",
  "type": "object",
  "description": "A paginated list of systems.",
  "properties": {
    "data": {
      "type": "array"
    }
  }
}