OpenShift · Schema

ListMeta

Metadata for list responses including pagination tokens.

CI/CDCloud NativeContainersDevOpsEnterpriseKubernetesPaaS

Properties

Name Type Description
selfLink string
resourceVersion string
continue string
remainingItemCount integer
View JSON Schema on GitHub

JSON Schema

openshift-rest-list-meta-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "ListMeta",
  "type": "object",
  "description": "Metadata for list responses including pagination tokens.",
  "properties": {
    "selfLink": {
      "type": "string"
    },
    "resourceVersion": {
      "type": "string"
    },
    "continue": {
      "type": "string"
    },
    "remainingItemCount": {
      "type": "integer"
    }
  }
}