{ "$schema": "https://json-schema.org/draft/2020-12/schema", "title": "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" } } }