generated from coulomb/repo-seed
Workplan refinement and examples
This commit is contained in:
52
examples/source-adapters/adapter-list.json
Normal file
52
examples/source-adapters/adapter-list.json
Normal file
@@ -0,0 +1,52 @@
|
||||
{
|
||||
"count": 1,
|
||||
"adapters": [
|
||||
{
|
||||
"id": "source.fake",
|
||||
"kind": "source-adapter",
|
||||
"version": "1",
|
||||
"name": "Fake Source Adapter",
|
||||
"summary": "Contract-test adapter for plain fixture sources.",
|
||||
"operations": [
|
||||
"read"
|
||||
],
|
||||
"media_types": [
|
||||
"text/x.markitect-fake"
|
||||
],
|
||||
"extensions": [
|
||||
".fake"
|
||||
],
|
||||
"capabilities": [
|
||||
{
|
||||
"id": "source",
|
||||
"kind": "read"
|
||||
},
|
||||
{
|
||||
"id": "markdown",
|
||||
"kind": "normalize"
|
||||
},
|
||||
{
|
||||
"id": "diagnostics",
|
||||
"kind": "emit"
|
||||
},
|
||||
{
|
||||
"id": "provenance",
|
||||
"kind": "emit"
|
||||
},
|
||||
{
|
||||
"id": "filesystem",
|
||||
"kind": "read"
|
||||
}
|
||||
],
|
||||
"safety": {
|
||||
"reads_files": true,
|
||||
"writes_files": false,
|
||||
"network": false,
|
||||
"external_process": false
|
||||
},
|
||||
"docs": [
|
||||
"docs/source-adapter-contract.md"
|
||||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user