gcube-cms-suite/test-data/profiledDocuments/profiles/basicProfile.json

31 lines
576 B
JSON
Raw Normal View History

2022-02-15 19:02:16 +01:00
{
2022-04-01 19:11:11 +02:00
"_id" : "basic",
2022-02-23 17:13:22 +01:00
"_version" : "1.0.0",
2022-04-06 17:04:56 +02:00
"_name" : "Basic Use Case Descriptor",
2022-02-15 19:02:16 +01:00
2022-04-01 19:11:11 +02:00
"_schema" : {},
2022-03-04 11:29:01 +01:00
2022-04-01 19:11:11 +02:00
"_description" : "Simple testing UCD",
2022-02-23 17:13:22 +01:00
"_creationInfo": {
"_user" : {
"_username": "fabio.sinibaldi"
2022-02-15 19:02:16 +01:00
}
},
2022-02-23 17:13:22 +01:00
2022-04-01 19:11:11 +02:00
"_dataAccessPolicies" : [
{"_policy" : {"_read" : "own", "_write" : "own"}, "_roles":[]}
2022-02-15 19:02:16 +01:00
],
2022-02-23 17:13:22 +01:00
"_handlers" : [
2022-02-15 19:02:16 +01:00
{
2022-04-01 19:11:11 +02:00
"_id" : "DEFAULT-SINGLE-PHASE",
2022-02-23 17:13:22 +01:00
"_type" : "LifecycleManagement",
"_configuration" : {
2022-02-15 19:02:16 +01:00
"step_access" : [
2022-04-01 19:11:11 +02:00
{"STEP" : "PUBLISH", "roles" :[ "FakeAdmin"]}
2022-02-15 19:02:16 +01:00
]
}
}
]
}