Files
open-cmis-tck/profiles/targets/opencmis-inmemory-local.json
2026-05-08 07:51:42 +02:00

37 lines
967 B
JSON

{
"id": "opencmis-inmemory-local",
"subject_type": "cmis-browser-binding-endpoint",
"subject_name": "Apache Chemistry OpenCMIS InMemory Local",
"environment": "local",
"scope": [
"CMIS 1.1 Browser Binding local pilot"
],
"endpoints": [
{
"id": "browser-binding",
"url": "http://127.0.0.1:18080/inmemory/browser",
"binding": "cmis-browser"
}
],
"artifacts": [],
"credentials_ref": "env:OPENCMIS_INMEMORY_USER,OPENCMIS_INMEMORY_PASSWORD",
"declared_capabilities": [
"cmis.repository-info",
"cmis.type-definitions"
],
"known_gaps": [
{
"id": "pilot-target-not-production",
"requirement_refs": [
"cmis.object-services",
"cmis.content-streams",
"cmis.query",
"cmis.acl",
"cmis.versioning"
],
"reason": "The OpenCMIS in-memory server is used only as a local infrastructure pilot target.",
"status": "unsupported_by_design"
}
]
}