Skip to content

Commit

Permalink
mappings: add missing identifiers to community orgs
Browse files Browse the repository at this point in the history
* Adds the missing `identifiers` mapping field to community
  organizations.
  • Loading branch information
slint committed Dec 11, 2024
1 parent fa450c3 commit 38bfaed
Show file tree
Hide file tree
Showing 4 changed files with 120 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down Expand Up @@ -499,6 +514,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 @@ -362,6 +362,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down Expand Up @@ -554,6 +569,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 @@ -307,6 +307,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down Expand Up @@ -499,6 +514,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 @@ -362,6 +362,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down Expand Up @@ -554,6 +569,21 @@
},
"name": {
"type": "text"
},
"identifiers": {
"properties": {
"identifier": {
"type": "text",
"fields": {
"keyword": {
"type": "keyword"
}
}
},
"scheme": {
"type": "keyword"
}
}
}
}
},
Expand Down

0 comments on commit 38bfaed

Please sign in to comment.