{
  "protocol": "jetskibay-publish",
  "version": 1,
  "revision": "resources-2026-09-08-artwork-1",
  "publishedAt": "2026-09-08T14:00:00Z",
  "publisher": {
    "name": "Jetskibay resource studio",
    "url": "https://mock1.jetskibay.com"
  },
  "entries": [
    {
      "id": "example-cli",
      "slug": "example-cli",
      "kind": "resource",
      "resourceType": "cli",
      "contentVersion": "1.0.0",
      "language": "en",
      "title": "Colour check, from your terminal",
      "summary": "A small, dependency-free CLI that measures a solid colour pair locally.",
      "category": "Colour & interface craft",
      "tags": [
        "cli",
        "Colour",
        "Starter kit"
      ],
      "lifecycle": "preview",
      "updatedAt": "2026-09-08T14:00:00Z",
      "publishedAt": "2026-09-08T14:00:00Z",
      "owner": {
        "name": "Jetskibay mock studio"
      },
      "authors": [
        {
          "name": "Jetskibay mock studio"
        }
      ],
      "license": "CC0-1.0",
      "page": {
        "template": "resource",
        "overview": {
          "href": "/example-cli/releases/1.0.0/overview.md",
          "mediaType": "text/markdown"
        },
        "facts": [
          {
            "label": "Good for",
            "value": "Builders learning the resource publishing workflow"
          },
          {
            "label": "Access",
            "value": "Public, original demonstration content"
          },
          {
            "label": "Release",
            "value": "1.0.0"
          }
        ],
        "actions": []
      },
      "assets": [
        {
          "id": "hero",
          "role": "hero",
          "href": "/example-cli/assets/hero-v1.svg",
          "mediaType": "image/svg+xml",
          "alt": "A navy terminal window showing a colour-pair command, two swatches and a measured ratio.",
          "width": 1400,
          "height": 1000,
          "credit": "Original Jetskibay mock studio illustration",
          "license": "CC0-1.0"
        }
      ],
      "docs": [],
      "examples": [],
      "endpoints": [],
      "links": [],
      "distributions": [
        {
          "id": "node",
          "title": "Node.js CLI",
          "href": "/example-cli/releases/1.0.0/colour-check.mjs",
          "mediaType": "text/javascript",
          "version": "1.0.0",
          "delivery": "install",
          "language": "en",
          "size": 701,
          "sha256": "8f2f9f962b9e8039c73c6cd23922eec93c5830e9d9a3cf9854766ee7179025e0",
          "license": "MIT",
          "redistribution": "allowed",
          "cli": {
            "executable": "colour-check.mjs",
            "runtime": "Node.js >=18",
            "operatingSystems": [
              "macOS",
              "Linux",
              "Windows"
            ],
            "architectures": [
              "any"
            ],
            "command": "node colour-check.mjs \"#24372a\" \"#c1d2af\""
          }
        }
      ],
      "relationships": [
        {
          "relation": "recommended-for",
          "entry": "chroma:chroma"
        },
        {
          "relation": "recommended-for",
          "entry": "swatch:swatch"
        }
      ]
    }
  ]
}
