generated from coulomb/repo-seed
Workplan refinement and examples
This commit is contained in:
35
examples/source-adapters/inspect-result.json
Normal file
35
examples/source-adapters/inspect-result.json
Normal 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": []
|
||||
}
|
||||
Reference in New Issue
Block a user