NetApp · JSON Structure

Netapp Ontap Job Link Structure

Type: object Properties: 2
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

JobLink is a JSON Structure definition published by NetApp, describing 2 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

uuid _links

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "JobLink",
  "type": "object",
  "properties": {
    "uuid": {
      "type": "string"
    },
    "_links": {
      "type": "object"
    }
  }
}