{
  "description": "The names of the group, the version, and the resource.",
  "properties": {
    "group": {
      "description": "The name of the group.",
      "type": [
        "string",
        "null"
      ]
    },
    "resource": {
      "description": "The name of the resource.",
      "type": [
        "string",
        "null"
      ]
    },
    "version": {
      "description": "The name of the version.",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}