This repository has been archived on 2021-09-09. You can view files and clone it, but cannot push or open issues or pull requests.
geoportal-service/src/main/java/org/gcube/application/geoportal/service/model/Profile.java

30 lines
464 B
Java

package org.gcube.application.geoportal.service.model;
public class Profile {
/**
* Profile{
_id :
fields :[
field : {
label :
description :
type: String,Numeric,Date,
File,Document,Layer
cardinality:
defaultValue :
validation :{type : // e.g. regexp, list}
}
]
default_compiler:{type : //XSLT,JAVA_CLAS}
validator: {“}
iso_mapper: {“}
centroid_fields : {“}
index_definition : }
*
*
*/
}