{
  "description": "Content is used internally by Fleet and should not be used directly. It\ncontains the resources from a bundle for a specific target cluster.",
  "properties": {
    "apiVersion": {
      "description": "APIVersion defines the versioned schema of this representation of an object.\nServers should convert recognized schemas to the latest internal value, and\nmay reject unrecognized values.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#resources",
      "type": "string"
    },
    "content": {
      "description": "Content is a byte array, which contains the manifests of a bundle.\nThe bundle resources are copied into the bundledeployment's content\nresource, so the downstream agent can deploy them.",
      "format": "byte",
      "nullable": true,
      "type": "string"
    },
    "kind": {
      "description": "Kind is a string value representing the REST resource this object represents.\nServers may infer this from the endpoint the client submits requests to.\nCannot be updated.\nIn CamelCase.\nMore info: https://git.k8s.io/community/contributors/devel/sig-architecture/api-conventions.md#types-kinds",
      "type": "string"
    },
    "metadata": {
      "type": "object"
    },
    "sha256sum": {
      "description": "SHA256Sum of the Content field",
      "type": "string"
    }
  },
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "Content v1alpha1"
}