31 lines
576 B
JSON
31 lines
576 B
JSON
{
|
|
"_id" : "basic",
|
|
"_version" : "1.0.0",
|
|
"_name" : "Basic Use Case Descriptor",
|
|
|
|
"_schema" : {},
|
|
|
|
|
|
"_description" : "Simple testing UCD",
|
|
"_creationInfo": {
|
|
"_user" : {
|
|
"_username": "fabio.sinibaldi"
|
|
}
|
|
},
|
|
|
|
"_dataAccessPolicies" : [
|
|
{"_policy" : {"_read" : "own", "_write" : "own"}, "_roles":[]}
|
|
],
|
|
|
|
"_handlers" : [
|
|
{
|
|
"_id" : "DEFAULT-SINGLE-PHASE",
|
|
"_type" : "LifecycleManagement",
|
|
"_configuration" : {
|
|
"step_access" : [
|
|
{"STEP" : "PUBLISH", "roles" :[ "FakeAdmin"]}
|
|
]
|
|
}
|
|
}
|
|
]
|
|
} |