initial stage

This commit is contained in:
Giambattista Bloisi 2024-04-09 11:08:10 +02:00
parent 735f08aee8
commit bf6a9e3d61
1 changed files with 9 additions and 1 deletions

View File

@ -793,7 +793,15 @@ mappings['interoperability'] = {
"type": "text"
},
"domain": {
"type": "keyword"
"type": "object",
"properties": {
"domain": {
"type": "keyword"
},
"subdomain": {
"type": "keyword"
}
}
},
"guidelineType": {
"fields": {