{
  "description": "GroupResource specifies a Group and a Resource, but does not force a version.  This is useful for identifying concepts during lookup stages without having partially valid types",
  "properties": {
    "group": {
      "type": [
        "string",
        "null"
      ]
    },
    "resource": {
      "type": [
        "string",
        "null"
      ]
    }
  },
  "required": [
    "group",
    "resource"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}