{
"$schema": "https://greentic-ai.github.io/greentic-component/schemas/v1/component.manifest.schema.json",
"id": "ai.greentic.dwbase",
"name": "dwbase",
"version": "0.1.1",
"world": "greentic:component/node@0.5.0",
"describe_export": "get-manifest",
"config_schema": {
"type": "object",
"properties": {},
"required": [],
"additionalProperties": false
},
"supports": ["messaging"],
"profiles": {
"default": "stateless",
"supported": ["stateless"]
},
"secret_requirements": [],
"capabilities": {
"wasi": {
"filesystem": {
"mode": "none",
"mounts": []
},
"random": true,
"clocks": true
},
"host": {}
},
"limits": {
"memory_mb": 256,
"wall_time_ms": 1000
},
"artifacts": {
"component_wasm": "component_dwbase.wasm"
},
"hashes": {
"component_wasm": "blake3:0000000000000000000000000000000000000000000000000000000000000000"
}
}