aboutsummaryrefslogtreecommitdiffstats
path: root/extra/elasticsearch/release_schema.json
diff options
context:
space:
mode:
Diffstat (limited to 'extra/elasticsearch/release_schema.json')
-rw-r--r--extra/elasticsearch/release_schema.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/extra/elasticsearch/release_schema.json b/extra/elasticsearch/release_schema.json
index 565c8137..23717691 100644
--- a/extra/elasticsearch/release_schema.json
+++ b/extra/elasticsearch/release_schema.json
@@ -48,6 +48,7 @@
"license": { "type": "keyword" },
"publisher": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" },
"container_name": { "type": "text", "index": true, "analyzer": "textIcu", "search_analyzer":"textIcuSearch" },
+ "container_id": { "type": "keyword" },
"container_issnl": { "type": "keyword" },
"container_type": { "type": "keyword" },
"contrib_count": { "type": "integer" },