Workplan refinement and examples
This commit is contained in:
parent
28ce4b3f65
commit
f8f20c7c32
13 changed files with 726 additions and 23 deletions
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": []
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue