Red Hat · Schema

PaginatedJobTemplateList

A paginated list of job templates.

CloudContainersEnterpriseHybrid CloudKubernetesLinuxOpen Source

Properties

Name Type Description
count integer The total number of results.
next string URL to the next page of results.
previous string URL to the previous page of results.
results array
View JSON Schema on GitHub

JSON Schema

red-hat-ansible-automation-platform-paginated-job-template-list-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "PaginatedJobTemplateList",
  "type": "object",
  "description": "A paginated list of job templates.",
  "properties": {
    "count": {
      "type": "integer",
      "description": "The total number of results."
    },
    "next": {
      "type": "string",
      "description": "URL to the next page of results."
    },
    "previous": {
      "type": "string",
      "description": "URL to the previous page of results."
    },
    "results": {
      "type": "array"
    }
  }
}