generated from coulomb/repo-seed
first working guide-board architecture core
This commit is contained in:
42
profiles/targets/kontextual-cmis-compat.json
Normal file
42
profiles/targets/kontextual-cmis-compat.json
Normal file
@@ -0,0 +1,42 @@
|
||||
{
|
||||
"id": "kontextual-cmis-compat",
|
||||
"subject_type": "cmis-browser-binding-endpoint",
|
||||
"subject_name": "kontextual-engine compat-tck",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"CMIS 1.1 Browser Binding compatibility preparation"
|
||||
],
|
||||
"endpoints": [
|
||||
{
|
||||
"id": "browser-binding",
|
||||
"url": "http://127.0.0.1:8000/cmis/compat-tck/browser",
|
||||
"binding": "cmis-browser"
|
||||
}
|
||||
],
|
||||
"artifacts": [],
|
||||
"credentials_ref": null,
|
||||
"declared_capabilities": [
|
||||
"cmis.repository-info",
|
||||
"cmis.type-definitions",
|
||||
"cmis.object-services",
|
||||
"cmis.content-streams"
|
||||
],
|
||||
"known_gaps": [
|
||||
{
|
||||
"id": "atompub-not-targeted",
|
||||
"requirement_refs": [
|
||||
"cmis.atompub-binding"
|
||||
],
|
||||
"reason": "The first target profile is Browser Binding only.",
|
||||
"status": "unsupported_by_design"
|
||||
},
|
||||
{
|
||||
"id": "web-services-not-targeted",
|
||||
"requirement_refs": [
|
||||
"cmis.web-services-binding"
|
||||
],
|
||||
"reason": "The first target profile is Browser Binding only.",
|
||||
"status": "unsupported_by_design"
|
||||
}
|
||||
]
|
||||
}
|
||||
19
profiles/targets/sample-repository.json
Normal file
19
profiles/targets/sample-repository.json
Normal file
@@ -0,0 +1,19 @@
|
||||
{
|
||||
"id": "sample-repository",
|
||||
"subject_type": "repository",
|
||||
"subject_name": "Sample Repository",
|
||||
"environment": "local",
|
||||
"scope": [
|
||||
"profile validation",
|
||||
"run planning"
|
||||
],
|
||||
"endpoints": [],
|
||||
"artifacts": [
|
||||
"README.md"
|
||||
],
|
||||
"credentials_ref": null,
|
||||
"declared_capabilities": [
|
||||
"guide-board.sample-readiness.v0.profile-shape"
|
||||
],
|
||||
"known_gaps": []
|
||||
}
|
||||
Reference in New Issue
Block a user