# image


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

API version: 2-beta



Schema constraints and annotations:

```json
{
  "properties": {
    "architecture": {
      "description": "CPU architecture",
      "type": "string"
    },
    "digest": {
      "description": "image digest",
      "type": [
        "string",
        "null"
      ]
    },
    "features": {
      "description": "CPU features",
      "type": [
        "string",
        "null"
      ]
    },
    "last_pulled": {
      "description": "datetime of last pull",
      "example": "2021-01-05T21:06:53.506400Z",
      "type": [
        "string",
        "null"
      ]
    },
    "last_pushed": {
      "description": "datetime of last push",
      "example": "2021-01-05T21:06:53.506400Z",
      "type": [
        "string",
        "null"
      ]
    },
    "layers": {
      "items": {
        "$ref": "#/components/schemas/layer"
      },
      "type": "array"
    },
    "os": {
      "description": "operating system",
      "type": "string"
    },
    "os_features": {
      "description": "OS features",
      "type": [
        "string",
        "null"
      ]
    },
    "os_version": {
      "description": "OS version",
      "type": [
        "string",
        "null"
      ]
    },
    "size": {
      "description": "size of the image",
      "type": "integer"
    },
    "status": {
      "description": "Status of the image",
      "enum": [
        "active",
        "inactive"
      ],
      "type": "string"
    },
    "variant": {
      "description": "CPU variant",
      "type": [
        "string",
        "null"
      ]
    }
  },
  "type": "object"
}
```



