Separated open-cmis-tck and guide-board repositories
This commit is contained in:
parent
6cdc5db1bd
commit
bd8427026f
51 changed files with 5221 additions and 2 deletions
33
extensions/_template/extension.json
Normal file
33
extensions/_template/extension.json
Normal file
|
|
@ -0,0 +1,33 @@
|
|||
{
|
||||
"id": "replace-with-extension-id",
|
||||
"name": "Replace With Extension Name",
|
||||
"version": "0.1.0",
|
||||
"extension_type": "executable_harness",
|
||||
"lifecycle_status": "candidate",
|
||||
"supported_frameworks": [],
|
||||
"authorities": [],
|
||||
"profile_schemas": [
|
||||
"target-profile",
|
||||
"assessment-profile"
|
||||
],
|
||||
"check_groups": [],
|
||||
"preflight_runner": null,
|
||||
"runner_entrypoints": [
|
||||
{
|
||||
"id": "replace-with-runner-id",
|
||||
"kind": "command",
|
||||
"module_path": null,
|
||||
"callable": null,
|
||||
"command": [
|
||||
"replace-with-command"
|
||||
],
|
||||
"description": "Describe how this manifest-declared command produces JSON runner output."
|
||||
}
|
||||
],
|
||||
"normalizers": [],
|
||||
"mappings": [],
|
||||
"report_fragments": [],
|
||||
"dependencies": [],
|
||||
"restricted_assets": [],
|
||||
"certification_boundary": "This template is not an assessment or certification authority."
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue