Red Hat · JSON Structure

Red Hat Ansible Automation Platform Paginated Job List Structure

Type: object Properties: 4
CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

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

Properties

count next previous results

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "PaginatedJobList",
  "type": "object",
  "properties": {
    "count": {
      "type": "integer"
    },
    "next": {
      "type": "string"
    },
    "previous": {
      "type": "string"
    },
    "results": {
      "type": "array"
    }
  }
}