-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Hd Böhlau edited this page Feb 5, 2016
·
4 revisions
The cubx-webpackage-document-api provides the schema and schema-validation functions for the manifest.webpackage -file.
A manifest.webpackage looks like this:
{
"name": "my-webpackage",
"groupId": "org.example",
"version": "0.2.0",
"modelVersion": "8.3.0",
"docType": "webpackage",
"author": {
"name": "John Doe",
"email": "john.doe@example.org"
},
"license": "MIT",
"homepage": "http://project.home.com",
"keywords": [
"connectors",
"energy"
],
"runnables": [
{
"name": "readme",
"path": "/doc/readme.html",
"description": "Read this ..."
}
],
"artifacts": {
"compoundComponents": [
[...]
}
Cubbles: http://cubbles.github.io