You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gcube-cms-suite/test-data/concessioni/ProfileConcessioni.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"}
]
}