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

69 lines
1.8 KiB
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-08 12:23:19 +02:00
"_description" : "Simple 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-08 12:23:19 +02:00
"_schema" :{ "title" : {"_min" : 1},
"section" : { "_max" : 1, "_min" : 1,
"_children" : [
{"fileset" :{"_type" : "RegisteredFileSet", "_min": 1}},
{"title" : {"_min" : 1}}
]
}
},
2023-01-30 12:01:56 +01:00
"_dataAccessPolicies": [
{"_policy": {"_read": "any","_write": "any"},
"_roles": ["Data-Manager"]},
{"_policy": {"_read": "own","_write": "own"},
"_roles": ["Data-Editor"]},
{"_policy": {"_read": "any","_write": "none"},
"_roles": ["Member"],
"_enforcer": {"_filter": "{\"_lifecycleInformation._phase\" : {\"$eq\" : \"Published\"}}"}},
{"_policy": {"_read": "none","_write": "none"},
"_roles": []}
2022-02-15 19:02:16 +01:00
],
2022-09-29 16:07:55 +02:00
"_relationshipDefinitions" : [
{"_id": "precedes", "_label" : "Precedes",
"_reverseRelationId" : "follows"},
{"_id": "follows", "_label" : "Follows",
"_reverseRelationId" : "precedes"}
],
2022-04-08 12:23:19 +02:00
2022-02-23 17:13:22 +01:00
"_handlers" : [
2022-05-18 18:24:57 +02:00
{
"_id" : "DEFAULT-SINGLE-STEP",
"_type" : "LifecycleManagement",
"_configuration" : {
"step_access" : [
{"STEP" : "PUBLISH", "roles" :[]}
]
}
}, {
"_id" : "SDI-Default-Materializer",
"_type" : "Materializer",
"_configuration" : {
"registeredFileSetPaths" : [
{"schemaField" : "section._children[?(@.fileset)]","documentPath" : "section.fileset"}
]
}
2022-05-18 18:24:57 +02:00
},
2022-02-15 19:02:16 +01:00
{
2022-04-08 10:57:04 +02:00
"_id" : "DEFAULT-SINGLE-STEP",
2022-02-23 17:13:22 +01:00
"_type" : "LifecycleManagement",
"_configuration" : {
2022-02-15 19:02:16 +01:00
"step_access" : [
2022-04-08 15:26:12 +02:00
{"STEP" : "PUBLISH", "roles" :[]}
2022-02-15 19:02:16 +01:00
]
}
}
]
}