-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathmanifest.json
More file actions
81 lines (78 loc) · 3.12 KB
/
manifest.json
File metadata and controls
81 lines (78 loc) · 3.12 KB
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
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
{
"name": "@commandlayer/protocol-commons",
"version": "1.0.0",
"package_version": "1.0.2",
"description": "Canonical verb + schema layer for CommandLayer Protocol Commons (v1.0.0).",
"owner": "commandlayer.eth",
"contact": "dev@commandlayer.org",
"license": "MIT",
"repository": "https://github.com/commandlayer/protocol-commons",
"homepage": "https://commandlayer.org",
"schemas_root": "schemas/v1.0.0",
"examples_root": "examples/v1.0.0",
"checksum_file": "checksums.txt",
"schemas_cid": "bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m",
"tag": "commons-schemas-v1.0.0",
"verbs": [
{
"name": "classify",
"category": "cognition",
"request_schema": "schemas/v1.0.0/commons/classify/requests/classify.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/classify/receipts/classify.receipt.schema.json"
},
{
"name": "clean",
"category": "transform",
"request_schema": "schemas/v1.0.0/commons/clean/requests/clean.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/clean/receipts/clean.receipt.schema.json"
},
{
"name": "convert",
"category": "transform",
"request_schema": "schemas/v1.0.0/commons/convert/requests/convert.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/convert/receipts/convert.receipt.schema.json"
},
{
"name": "describe",
"category": "cognition",
"request_schema": "schemas/v1.0.0/commons/describe/requests/describe.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/describe/receipts/describe.receipt.schema.json"
},
{
"name": "explain",
"category": "cognition",
"request_schema": "schemas/v1.0.0/commons/explain/requests/explain.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/explain/receipts/explain.receipt.schema.json"
},
{
"name": "format",
"category": "transform",
"request_schema": "schemas/v1.0.0/commons/format/requests/format.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/format/receipts/format.receipt.schema.json"
},
{
"name": "parse",
"category": "structure",
"request_schema": "schemas/v1.0.0/commons/parse/requests/parse.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/parse/receipts/parse.receipt.schema.json"
},
{
"name": "summarize",
"category": "cognition",
"request_schema": "schemas/v1.0.0/commons/summarize/requests/summarize.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/summarize/receipts/summarize.receipt.schema.json"
},
{
"name": "analyze",
"category": "cognition",
"request_schema": "schemas/v1.0.0/commons/analyze/requests/analyze.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/analyze/receipts/analyze.receipt.schema.json"
},
{
"name": "fetch",
"category": "io",
"request_schema": "schemas/v1.0.0/commons/fetch/requests/fetch.request.schema.json",
"receipt_schema": "schemas/v1.0.0/commons/fetch/receipts/fetch.receipt.schema.json"
}
]
}