{
  "description": "NamedResourcesStringSlice contains a slice of strings.",
  "properties": {
    "strings": {
      "description": "Strings is the slice of strings.",
      "items": {
        "type": [
          "string",
          "null"
        ]
      },
      "type": [
        "array",
        "null"
      ],
      "x-kubernetes-list-type": "atomic"
    }
  },
  "required": [
    "strings"
  ],
  "type": "object",
  "$schema": "http://json-schema.org/schema#"
}