GitHub Actions · JSON Structure

Github Actions Actions Cache Entry Structure

Type: object Properties: 7

ActionsCacheEntry is a JSON Structure definition published by GitHub Actions, describing 7 properties. It conforms to the https://json-structure.org/draft/2020-12/schema meta-schema.

Properties

id ref key version last_accessed_at created_at size_in_bytes

Meta-schema: https://json-structure.org/draft/2020-12/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/draft/2020-12/schema",
  "name": "ActionsCacheEntry",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "ref": {
      "type": "string"
    },
    "key": {
      "type": "string"
    },
    "version": {
      "type": "string"
    },
    "last_accessed_at": {
      "type": "string"
    },
    "created_at": {
      "type": "string"
    },
    "size_in_bytes": {
      "type": "integer"
    }
  }
}