NetApp · Schema

CollectionLinks

Pagination links for collection responses

CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

Properties

Name Type Description
self object
next object Link to the next page of results
View JSON Schema on GitHub

JSON Schema

netapp-ontap-collection-links-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "title": "CollectionLinks",
  "type": "object",
  "description": "Pagination links for collection responses",
  "properties": {
    "self": {
      "type": "object"
    },
    "next": {
      "type": "object",
      "description": "Link to the next page of results"
    }
  }
}