initial stage
This commit is contained in:
parent
4f41c48e0d
commit
afc31fd17c
|
@ -1029,16 +1029,11 @@ def init_opensearch(os_client: OpenSearch):
|
|||
"alternativeIdentifiers": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"alternativeIdentifier": {
|
||||
"type": "object",
|
||||
"properties": {
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"value": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
"type": {
|
||||
"type": "keyword"
|
||||
},
|
||||
"value": {
|
||||
"type": "keyword"
|
||||
}
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue