# KitArtifactInput


[API catalog](/reference/api/) · [Docker Sandboxes overview](/reference/api/sandboxes/latest/) · [Product manual](https://docs.docker.com/ai/sandboxes-api/) · [OpenAPI specification](/reference/api/sandboxes/api.yaml)

API version: v1


> This API is experimental. Features, interfaces,
> and behavior may change.




Schema constraints and annotations:

```json
{
  "allOf": [
    {
      "properties": {
        "ref": {
          "$ref": "#/components/schemas/KitRef"
        }
      }
    },
    {
      "oneOf": [
        {
          "properties": {
            "inline": {
              "description": "inline is the artifact in the pinned JSON encoding.",
              "format": "byte",
              "type": "string"
            }
          },
          "required": [
            "inline"
          ],
          "title": "inline",
          "type": "object"
        }
      ]
    }
  ],
  "description": "KitArtifactInput carries a v2 artifact inline or by staged digest.",
  "required": [
    "ref"
  ],
  "title": "KitArtifactInput",
  "type": "object",
  "unevaluatedProperties": false
}
```



