NetApp · JSON Structure

Netapp Ontap License Structure

Type: object Properties: 4
CloudData ManagementHybrid CloudInfrastructureStorageFortune 500

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

Properties

name scope state licenses

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

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "License",
  "type": "object",
  "properties": {
    "name": {
      "type": "string"
    },
    "scope": {
      "type": "string"
    },
    "state": {
      "type": "string"
    },
    "licenses": {
      "type": "array"
    }
  }
}