Skip to content

Commit

Permalink
mappings: added award to os-v1 and es-v7
Browse files Browse the repository at this point in the history
  • Loading branch information
alejandromumo authored and zzacharo committed Sep 13, 2023
1 parent cd25b53 commit c862c0d
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,9 @@
"number": {
"type": "text"
},
"acronym": {
"type": "keyword"
},
"identifiers": {
"properties": {
"identifier": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@
"number": {
"type": "text"
},
"acronym": {
"type": "keyword"
},
"identifiers": {
"properties": {
"identifier": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -536,6 +536,9 @@
"number": {
"type": "text"
},
"acronym": {
"type": "keyword"
},
"identifiers": {
"properties": {
"identifier": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -493,6 +493,9 @@
"number": {
"type": "text"
},
"acronym": {
"type": "keyword"
},
"identifiers": {
"properties": {
"identifier": {
Expand Down

0 comments on commit c862c0d

Please sign in to comment.