Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,4 +86,4 @@ Tampered receipt:

## Schema source of truth

CommandLayer commons schemas are canonical in `commandlayer-clas`. This repository may mirror selected stable public schemas only when required for verifier/docs convenience. Stale commons and commercial schema families are not hosted here by default.
Canonical CLAS schemas live in commandlayer-clas. commandlayer.org hosts docs, verifier surfaces, and selected public examples only.
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"implements": ["authorize"],

"schemas": {
"request": "https://commandlayer.org/schemas/v1.0.0/commercial/authorize/requests/authorize.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commercial/authorize/receipts/authorize.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/authorize/requests/authorize.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/authorize/receipts/authorize.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://ipfs.io/ipfs/bafybeiftjpyw6lwy3zm52sipbbwryssg5hoyu2qhr53j5gaqjvwfgfc344/commercial/authorize/requests/authorize.request.schema.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"implements": ["checkout"],

"schemas": {
"request": "https://commandlayer.org/schemas/v1.0.0/commercial/checkout/requests/checkout.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commercial/checkout/receipts/checkout.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/checkout/requests/checkout.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/checkout/receipts/checkout.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://ipfs.io/ipfs/bafybeiftjpyw6lwy3zm52sipbbwryssg5hoyu2qhr53j5gaqjvwfgfc344/commercial/checkout/requests/checkout.request.schema.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"implements": ["purchase"],

"schemas": {
"request": "https://commandlayer.org/schemas/v1.0.0/commercial/purchase/requests/purchase.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commercial/purchase/receipts/purchase.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/purchase/requests/purchase.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/purchase/receipts/purchase.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://ipfs.io/ipfs/bafybeiftjpyw6lwy3zm52sipbbwryssg5hoyu2qhr53j5gaqjvwfgfc344/commercial/purchase/requests/purchase.request.schema.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"implements": ["ship"],

"schemas": {
"request": "https://commandlayer.org/schemas/v1.0.0/commercial/ship/requests/ship.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commercial/ship/receipts/ship.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/ship/requests/ship.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commercial/ship/receipts/ship.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://ipfs.io/ipfs/bafybeiftjpyw6lwy3zm52sipbbwryssg5hoyu2qhr53j5gaqjvwfgfc344/commercial/ship/requests/ship.request.schema.json",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/analyze/receipts/analyze.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/analyze/requests/analyze.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/analyze/receipts/analyze.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/analyze/requests/analyze.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/analyze/receipts/analyze.receipt.schema.json"
},
"entry": "x402://analyzeagent.eth/analyze/v1.0.0",
"capabilities": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/classify/receipts/classify.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/classify/requests/classify.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/classify/receipts/classify.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/classify/requests/classify.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/classify/receipts/classify.receipt.schema.json"
},
"entry": "x402://classifyagent.eth/classify/v1.0.0",
"capabilities": {
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.0.0/commons/cleanagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/clean/receipts/clean.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/clean/requests/clean.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/clean/receipts/clean.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/clean/requests/clean.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/clean/receipts/clean.receipt.schema.json"
},
"entry": "x402://cleanagent.eth/clean/v1.0.0",
"capabilities": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/convert/receipts/convert.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/convert/requests/convert.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/convert/receipts/convert.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/convert/requests/convert.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/convert/receipts/convert.receipt.schema.json"
},
"entry": "x402://convertagent.eth/convert/v1.0.0",
"capabilities": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/describe/receipts/describe.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/describe/requests/describe.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/describe/receipts/describe.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/describe/requests/describe.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/describe/receipts/describe.receipt.schema.json"
},
"entry": "x402://describeagent.eth/describe/v1.0.0",
"capabilities": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/explain/receipts/explain.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/explain/requests/explain.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/explain/receipts/explain.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/explain/requests/explain.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/explain/receipts/explain.receipt.schema.json"
},
"entry": "x402://explainagent.eth/explain/v1.0.0",
"capabilities": {
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.0.0/commons/fetchagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/fetch/receipts/fetch.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/fetch/requests/fetch.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/fetch/receipts/fetch.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/fetch/requests/fetch.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/fetch/receipts/fetch.receipt.schema.json"
},
"entry": "x402://fetchagent.eth/fetch/v1.0.0",
"capabilities": {
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.0.0/commons/formatagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/format/receipts/format.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/format/requests/format.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/format/receipts/format.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/format/requests/format.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/format/receipts/format.receipt.schema.json"
},
"entry": "x402://formatagent.eth/format/v1.0.0",
"capabilities": {
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.0.0/commons/parseagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/parse/receipts/parse.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/parse/requests/parse.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/parse/receipts/parse.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/parse/requests/parse.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/parse/receipts/parse.receipt.schema.json"
},
"entry": "x402://parseagent.eth/parse/v1.0.0",
"capabilities": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@
"receipt": "ipfs://bafybeigvf6nkzws7dblos74dqqjkguwkrwn4a2c27ieygoxmgofyzdkz6m/commons/summarize/receipts/summarize.receipt.schema.json"
},
"schemas_mirror": {
"request": "https://commandlayer.org/schemas/v1.0.0/commons/summarize/requests/summarize.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.0.0/commons/summarize/receipts/summarize.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/summarize/requests/summarize.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.0.0/commons/summarize/receipts/summarize.receipt.schema.json"
},
"entry": "x402://summarizeagent.eth/summarize/v1.0.0",
"capabilities": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"authorize"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commercial/authorize/authorize.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commercial/authorize/authorize.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/authorize/authorize.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/authorize/authorize.receipt.schema.json"
},
"entry": "x402://authorizeagent.eth/authorize/v1.1.0",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"checkout"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commercial/checkout/checkout.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commercial/checkout/checkout.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/checkout/checkout.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/checkout/checkout.receipt.schema.json"
},
"entry": "x402://checkoutagent.eth/checkout/v1.1.0",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"purchase"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commercial/purchase/purchase.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commercial/purchase/purchase.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/purchase/purchase.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/purchase/purchase.receipt.schema.json"
},
"entry": "x402://purchaseagent.eth/purchase/v1.1.0",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"ship"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commercial/ship/ship.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commercial/ship/ship.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/ship/ship.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial/ship/ship.receipt.schema.json"
},
"entry": "x402://shipagent.eth/ship/v1.1.0",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"analyze"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/analyze/analyze.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/analyze/analyze.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/analyze/analyze.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/analyze/analyze.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"classify"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/classify/classify.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/classify/classify.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/classify/classify.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/classify/classify.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.1.0/commons/cleanagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"clean"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/clean/clean.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/clean/clean.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/clean/clean.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/clean/clean.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"convert"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/convert/convert.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/convert/convert.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/convert/convert.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/convert/convert.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"describe"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/describe/describe.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/describe/describe.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/describe/describe.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/describe/describe.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"explain"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/explain/explain.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/explain/explain.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/explain/explain.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/explain/explain.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.1.0/commons/fetchagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"fetch"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/fetch/fetch.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/fetch/fetch.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/fetch/fetch.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/fetch/fetch.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.1.0/commons/formatagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"format"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/format/format.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/format/format.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/format/format.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/format/format.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
4 changes: 2 additions & 2 deletions public/agent-cards/agents/v1.1.0/commons/parseagent.eth.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"parse"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/parse/parse.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/parse/parse.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/parse/parse.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/parse/parse.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
"summarize"
],
"schemas": {
"request": "https://commandlayer.org/schemas/v1.1.0/commons/summarize/summarize.request.schema.json",
"receipt": "https://commandlayer.org/schemas/v1.1.0/commons/summarize/summarize.receipt.schema.json"
"request": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/summarize/summarize.request.schema.json",
"receipt": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commons/summarize/summarize.receipt.schema.json"
},
"entry": "https://runtime.commandlayer.org/execute",
"networks": [
Expand Down
2 changes: 1 addition & 1 deletion public/agent-cards/meta/commercial-agent.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
"bindings": {
"shape": "flat",
"entry_pattern": "x402://<agent>/<verb>/v1.1.0",
"schema_root": "https://commandlayer.org/schemas/v1.1.0/commercial"
"schema_root": "https://github.com/commandlayer/commandlayer-clas/tree/main/schemas/v1.1.0/commercial"
},
"meta": {
"agent_cards_version": "1.1.0",
Expand Down
Loading
Loading