This commit is contained in:
Fabio Sinibaldi 2022-03-21 17:57:56 +01:00
parent 6957fe0ea6
commit 9db702aedf
1 changed files with 32 additions and 19 deletions

View File

@ -4,29 +4,36 @@
"_name" : "Concessione", "_name" : "Concessione",
"_schema" : { "_schema" : {
"relazioneScavo" : { "_max" : 1, "_min" : 1, "abstractRelazione" : { "_min" : 1,
"_children" : [ "_children" : [
{"fileset" :{"_type" : "RegisteredFileSet"}}, {"filesetIta" :{"_type" : "RegisteredFileSet", "_min": 1}},
{"title" : {"_max" : 1, "_min" : 1}} {"filesetEng" :{"_type" : "RegisteredFileSet"}},
{"title" : {"_min" : 1}}
] ]
}, },
"imgs" : { "relazioneScavo" : { "_max" : 1, "_min" : 1,
"_max" : -1,
"_children" : [ "_children" : [
{"fileset" :{"_type" : "RegisteredFileSet"}}, {"fileset" :{"_type" : "RegisteredFileSet", "_min": 1}},
{"title" : {"_max" : 1, "_min" : 1}} {"title" : {"_min" : 1}}
]
},
"immaginiRappresentative" : {
"_max" : 8,
"_children" : [
{"fileset" :{"_type" : "RegisteredFileSet","_min": 1}},
{"title" : {"_min" : 1}}
] ]
}, },
"posizionamentoScavo" : { "_max" : 1, "_min" : 1, "posizionamentoScavo" : { "_max" : 1, "_min" : 1,
"_children" : [ "_children" : [
{"fileset" :{"_type" : "RegisteredFileSet"}}, {"fileset" :{"_type" : "RegisteredFileSet","_min": 1}},
{"title" : {"_max" : 1, "_min" : 1}} {"title" : {"_min" : 1}}
] ]
}, },
"pianteFineScavo" : { "_max" : -1, "_min" : 1, "pianteFineScavo" : { "_max" : -1,
"_children" : [ "_children" : [
{"fileset" :{"_type" : "RegisteredFileSet"}}, {"fileset" :{"_type" : "RegisteredFileSet","_min": 1}},
{"title" : {"_max" : 1, "_min" : 1}} {"title" : {"_min" : 1}}
] ]
} }
}, },
@ -105,11 +112,13 @@
"parentName": "$.", "parentName": "$.",
"filePaths": [ "filePaths": [
{ {
"fieldDefinition": "Carica Abstract Ita (in PDF)", "gcubeProfileFieldName": "Carica Abstract Ita (in PDF)",
"fieldDefinition": "abstractRelazione.children[?(@.filesetIta)]",
"fieldName": "filesetIta" "fieldName": "filesetIta"
}, },
{ {
"fieldDefinition": "Carica Abstract Eng (in PDF)", "gcubeProfileFieldName": "Carica Abstract Eng (in PDF)",
"fieldDefinition": "abstractRelazione.children[?(@.filesetEng)]",
"fieldName": "filesetEng" "fieldName": "filesetEng"
} }
] ]
@ -122,7 +131,8 @@
"parentName": "$.", "parentName": "$.",
"filePaths": [ "filePaths": [
{ {
"fieldDefinition": "Relazione di fine scavo (in PDF)", "gcubeProfileFieldName": "Relazione di fine scavo (in PDF)",
"fieldDefinition": "relazioneScavo.children[?(@.fileset)]",
"fieldName": "fileset" "fieldName": "fileset"
} }
] ]
@ -130,14 +140,15 @@
{ {
"gcubeSecondaryType": "GeoNaMetadata", "gcubeSecondaryType": "GeoNaMetadata",
"gcubeName": "Immagine_Rappresentativa_di_Scavo", "gcubeName": "Immagine_Rappresentativa_di_Scavo",
"sectionName": "immagini", "sectionName": "immaginiRappresentative",
"sectionTitle": "Immagini Rappresentative", "sectionTitle": "Immagini Rappresentative",
"minOccurs": 1, "minOccurs": 1,
"maxOccurs": 8, "maxOccurs": 8,
"parentName": "$.", "parentName": "$.",
"filePaths": [ "filePaths": [
{ {
"fieldDefinition": "Immagine", "gcubeProfileFieldName": "Immagine",
"fieldDefinition": "immaginiRappresentative.children[?(@.fileset)]",
"fieldName": "fileset" "fieldName": "fileset"
} }
] ]
@ -150,7 +161,8 @@
"parentName": "$.", "parentName": "$.",
"filePaths": [ "filePaths": [
{ {
"fieldDefinition": "File", "gcubeProfileFieldName": "File",
"fieldDefinition": "posizionamentoScavo.children[?(@.fileset)]",
"fieldName": "fileset" "fieldName": "fileset"
} }
] ]
@ -165,7 +177,8 @@
"maxOccurs": 0, "maxOccurs": 0,
"filePaths": [ "filePaths": [
{ {
"fieldDefinition": "File", "gcubeProfileFieldName": "File",
"fieldDefinition": "pianteFineScavo.children[?(@.fileset)]",
"fieldName": "fileset" "fieldName": "fileset"
} }
] ]