File size: 1,374 Bytes
0c85e62
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{
  "setups": [
    {
      "schemaVersion": 1,
      "id": "sample-ltx-director",
      "version": 1,
      "updatedAt": "2026-06-06T08:00:00Z",
      "metadata": {
        "title": "Sample LTX Director Setup",
        "description": "Bundled read-only sample for the published setup catalog API.",
        "category": "Video",
        "tags": ["sample", "ltx"],
        "previewImage": ""
      },
      "visualGraph": {
        "nodes": [
          {
            "id": 1,
            "type": "Text Multiline",
            "title": "Prompt"
          }
        ],
        "links": []
      },
      "apiPrompt": null,
      "inputContract": {
        "inputs": [
          {
            "key": "prompt",
            "label": "Prompt",
            "type": "text",
            "required": true,
            "target": {
              "node": "1",
              "input": "text"
            }
          }
        ]
      },
      "outputContract": {
        "outputs": [
          {
            "key": "preview",
            "label": "Preview",
            "type": "image"
          }
        ]
      },
      "source": {
        "kind": "bundled-sample",
        "path": "web/published_setups_sample.json"
      },
      "validation": {
        "status": "draft",
        "diagnostics": ["Sample record for catalog API smoke testing; not executable yet."]
      }
    }
  ]
}