information-system-model/src/main/resources/class_specification.json

76 lines
1.4 KiB
JSON

{
"orientdb" : {
"@type":"d",
"@version":0,
"name":"MyVertex",
"shortName":null,
"description":null,
"defaultClusterId":29,
"clusterIds":[29,30,31,32],
"clusterSelection":"round-robin",
"overSize":0.0,
"strictMode":false,
"abstract":false,
"properties":[
{
"@type":"d",
"@version":0,
"name":"name",
"type":7,
"globalId":0,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"regexp":null,
"customFields":null,
"collate":"default",
"description":null
},
{
"@type":"d",
"@version":0,
"name":"luca",
"type":9,
"globalId":25,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"regexp":null,
"linkedClass":"Lucio",
"customFields":null,
"collate":"default",
"description":null
}
],
"superClass":"Facet, Resource",
"superClasses":["V"],
"customFields":null,
"@fieldTypes":"overSize=f,properties=e"
},
"gcube" : {
"name":"MyVertex",
"abstract":false,
"superClasses":["V"],
"properties":[
{
"name":"name",
"type":7,
"mandatory":false,
"readonly":false,
"notNull":false,
"defaultValue":null,
"min":null,
"max":null,
"regexp":null,
"description": null, // "any string"
"collate":"default", // default - ci
}
]
}
}