gcube-cms-suite/test-data/profiledDocuments/basicProfile.json

14 lines
324 B
JSON

{"id": "myProfileStructure",
"schema": {
"_type" : "complex",
"_children" :[
{ "nome" : {"_type" : "Text", "_index" : "<textIndexID>"}},
{ "abstract" : {"_type" : "complex",
"_children" :[
{"name" : {"Type" : "Text"}},
{"files" : {"Type" : "FileSet"}}
]}}
]}
}