29 lines
922 B
JSON
29 lines
922 B
JSON
{
|
|
"name" : "Concessioni Profile",
|
|
"_id" : "",
|
|
"fields" :[
|
|
{ "name" : "introduzione", "label" : "Introduzione", "type" : "STRING"},
|
|
{ "label" : "Descrizione Contenuto", "type" : "STRING"},
|
|
{ "label" : "Autori", "type" : "STRING", "cardinality" : "MULTIPLE"},
|
|
{ "label" : "Contributore", "type" : "STRING"},
|
|
{ "label" : "Titolari", "type" : "STRING", "cardinality" : "MULTIPLE"},
|
|
|
|
{ "name":"relazioneScavo", "label" : "Relazione di Scavo", "type" : "DOCUMENT"},
|
|
{ "name":"posizionameno",
|
|
"label" : "Posizionamento Scavo",
|
|
"type" : "DOCUMENT",
|
|
"fields":[
|
|
{ "label" : "Descrizione Contenuto", "type" : "STRING"},
|
|
{ "label" : "Autori", "type" : "STRING", "cardinality" : "MULTIPLE"},
|
|
{ "label" : "Contributore", "type" : "STRING"}
|
|
]
|
|
}
|
|
],
|
|
|
|
"validators" : [
|
|
{"name":"Validator Concessioni",
|
|
"type":"JAVA",
|
|
"qName":"org.gcube.application.concessioni.Validator"}
|
|
]
|
|
|
|
} |