Workplan refinement and examples

This commit is contained in:
2026-05-14 21:49:43 +02:00
parent 28ce4b3f65
commit f8f20c7c32
13 changed files with 726 additions and 23 deletions

View File

@@ -0,0 +1,35 @@
{
"valid": true,
"asset": {
"uri": "examples/source-adapters/sample.fake",
"path": "examples/source-adapters/sample.fake",
"name": "sample.fake",
"media_type": "text/x.markitect-fake",
"extension": ".fake",
"size": 128,
"digest": "sha256:1111111111111111111111111111111111111111111111111111111111111111"
},
"adapter": {
"id": "source.fake",
"version": "1",
"options": {}
},
"metadata": {
"title": "Fake Source",
"creators": [
"Markitect Fixture"
],
"language": "en",
"identifiers": {
"fixture": "fake-source-001"
}
},
"capabilities": [
"read"
],
"quality": {
"lossiness": "none",
"confidence": 1.0
},
"diagnostics": []
}