{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://nao1215.github.io/jsonize/schemas/kubectl/api-resources.json",
  "title": "kubectl/api-resources",
  "description": "kubectl api-resources, with -o wide",
  "x-jsonize": {
    "definition": "kubectl/api-resources",
    "version": 1
  },
  "type": "array",
  "items": {
    "type": "object",
    "properties": {
      "apiversion": {
        "type": "string"
      },
      "categories": {
        "type": [
          "array",
          "null"
        ],
        "items": {
          "type": "string"
        }
      },
      "kind": {
        "type": "string"
      },
      "name": {
        "type": "string"
      },
      "namespaced": {
        "type": "boolean"
      },
      "shortnames": {
        "type": [
          "array",
          "null"
        ],
        "items": {
          "type": "string"
        }
      },
      "verbs": {
        "type": [
          "array",
          "null"
        ],
        "items": {
          "type": "string"
        }
      }
    },
    "additionalProperties": {
      "type": [
        "string",
        "null"
      ]
    }
  }
}
