Skip to content

Commit f5840da

Browse files
author
Your Name
committed
chore: update manifest to match Commons v1.0.0 layout
1 parent 31cd6c7 commit f5840da

File tree

1 file changed

+13
-20
lines changed

1 file changed

+13
-20
lines changed

manifest.json

Lines changed: 13 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -5,80 +5,73 @@
55
"owner": "commandlayer.eth",
66
"contact": "security@commandlayer.org",
77
"license": "MIT",
8+
89
"schemas_root": "schemas/v1.0.0",
10+
"examples_root": "examples/v1.0.0",
911
"checksum_file": "checksums.txt",
1012
"schemas_cid": "TODO_SET_AFTER_IPFS_PIN",
1113
"tag": "commons-v1.0.0",
14+
1215
"verbs": [
1316
{
1417
"name": "classify",
1518
"category": "cognition",
1619
"request_schema": "schemas/v1.0.0/commons/classify/requests/classify.request.schema.json",
17-
"receipt_schema": "schemas/v1.0.0/commons/classify/receipts/classify.receipt.schema.json",
18-
"aliases": "schemas/v1.0.0/aliases/commons/classify.aliases.json"
20+
"receipt_schema": "schemas/v1.0.0/commons/classify/receipts/classify.receipt.schema.json"
1921
},
2022
{
2123
"name": "clean",
2224
"category": "transform",
2325
"request_schema": "schemas/v1.0.0/commons/clean/requests/clean.request.schema.json",
24-
"receipt_schema": "schemas/v1.0.0/commons/clean/receipts/clean.receipt.schema.json",
25-
"aliases": "schemas/v1.0.0/aliases/commons/clean.aliases.json"
26+
"receipt_schema": "schemas/v1.0.0/commons/clean/receipts/clean.receipt.schema.json"
2627
},
2728
{
2829
"name": "convert",
2930
"category": "transform",
3031
"request_schema": "schemas/v1.0.0/commons/convert/requests/convert.request.schema.json",
31-
"receipt_schema": "schemas/v1.0.0/commons/convert/receipts/convert.receipt.schema.json",
32-
"aliases": "schemas/v1.0.0/aliases/commons/convert.aliases.json"
32+
"receipt_schema": "schemas/v1.0.0/commons/convert/receipts/convert.receipt.schema.json"
3333
},
3434
{
3535
"name": "describe",
3636
"category": "cognition",
3737
"request_schema": "schemas/v1.0.0/commons/describe/requests/describe.request.schema.json",
38-
"receipt_schema": "schemas/v1.0.0/commons/describe/receipts/describe.receipt.schema.json",
39-
"aliases": "schemas/v1.0.0/aliases/commons/describe.aliases.json"
38+
"receipt_schema": "schemas/v1.0.0/commons/describe/receipts/describe.receipt.schema.json"
4039
},
4140
{
4241
"name": "explain",
4342
"category": "cognition",
4443
"request_schema": "schemas/v1.0.0/commons/explain/requests/explain.request.schema.json",
45-
"receipt_schema": "schemas/v1.0.0/commons/explain/receipts/explain.receipt.schema.json",
46-
"aliases": "schemas/v1.0.0/aliases/commons/explain.aliases.json"
44+
"receipt_schema": "schemas/v1.0.0/commons/explain/receipts/explain.receipt.schema.json"
4745
},
4846
{
4947
"name": "format",
5048
"category": "transform",
5149
"request_schema": "schemas/v1.0.0/commons/format/requests/format.request.schema.json",
52-
"receipt_schema": "schemas/v1.0.0/commons/format/receipts/format.receipt.schema.json",
53-
"aliases": "schemas/v1.0.0/aliases/commons/format.aliases.json"
50+
"receipt_schema": "schemas/v1.0.0/commons/format/receipts/format.receipt.schema.json"
5451
},
5552
{
5653
"name": "parse",
5754
"category": "structure",
5855
"request_schema": "schemas/v1.0.0/commons/parse/requests/parse.request.schema.json",
59-
"receipt_schema": "schemas/v1.0.0/commons/parse/receipts/parse.receipt.schema.json",
60-
"aliases": "schemas/v1.0.0/aliases/commons/parse.aliases.json"
56+
"receipt_schema": "schemas/v1.0.0/commons/parse/receipts/parse.receipt.schema.json"
6157
},
6258
{
6359
"name": "summarize",
6460
"category": "cognition",
6561
"request_schema": "schemas/v1.0.0/commons/summarize/requests/summarize.request.schema.json",
66-
"receipt_schema": "schemas/v1.0.0/commons/summarize/receipts/summarize.receipt.schema.json",
67-
"aliases": "schemas/v1.0.0/aliases/commons/summarize.aliases.json"
62+
"receipt_schema": "schemas/v1.0.0/commons/summarize/receipts/summarize.receipt.schema.json"
6863
},
6964
{
7065
"name": "analyze",
7166
"category": "cognition",
7267
"request_schema": "schemas/v1.0.0/commons/analyze/requests/analyze.request.schema.json",
73-
"receipt_schema": "schemas/v1.0.0/commons/analyze/receipts/analyze.receipt.schema.json",
74-
"aliases": "schemas/v1.0.0/aliases/commons/analyze.aliases.json"
68+
"receipt_schema": "schemas/v1.0.0/commons/analyze/receipts/analyze.receipt.schema.json"
7569
},
7670
{
7771
"name": "fetch",
7872
"category": "io",
7973
"request_schema": "schemas/v1.0.0/commons/fetch/requests/fetch.request.schema.json",
80-
"receipt_schema": "schemas/v1.0.0/commons/fetch/receipts/fetch.receipt.schema.json",
81-
"aliases": "schemas/v1.0.0/aliases/commons/fetch.aliases.json"
74+
"receipt_schema": "schemas/v1.0.0/commons/fetch/receipts/fetch.receipt.schema.json"
8275
}
8376
]
8477
}

0 commit comments

Comments
 (0)