Skip to content

Commit

Permalink
mappings: add identifiers to parent organizations
Browse files Browse the repository at this point in the history
* Adds the missing `identifiers` property to parent communities.
  • Loading branch information
slint committed Dec 11, 2024
1 parent 6cd96e3 commit 3bec5b7
Show file tree
Hide file tree
Showing 2 changed files with 30 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -427,6 +427,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down

0 comments on commit 3bec5b7

Please sign in to comment.