initial stage

This commit is contained in:
Giambattista Bloisi 2024-07-27 14:34:37 +02:00
parent 4f41c48e0d
commit afc31fd17c
1 changed files with 5 additions and 10 deletions

View File

@ -1027,9 +1027,6 @@ def init_opensearch(os_client: OpenSearch):
"dynamic": "strict",
"properties": {
"alternativeIdentifiers": {
"type": "object",
"properties": {
"alternativeIdentifier": {
"type": "object",
"properties": {
"type": {
@ -1039,8 +1036,6 @@ def init_opensearch(os_client: OpenSearch):
"type": "keyword"
}
}
}
}
},
"creators": {
"type": "object",