Add option to modify HTTP pool size
[akkoma] / priv / es-mappings / activity.json
index e476fd59f5ea10443c4f3ed80a06bff16ef67981..052633496a08f96ca086f09deed869c504bf2b94 100644 (file)
@@ -1,20 +1,22 @@
 {
-  "properties": {
-    "_timestamp": {
-      "type": "date",
-      "index": true
-    },
-    "instance": {
-      "type": "keyword"
-    },
-    "content": {
-      "type": "text"
-    },
-    "hashtags": {
-      "type": "keyword"
-    },
-    "user": {
-      "type": "text"
+  "mappings": {
+    "properties": {
+      "_timestamp": {
+        "type": "date",
+        "index": true
+      },
+      "instance": {
+        "type": "keyword"
+      },
+      "content": {
+        "type": "text"
+      },
+      "hashtags": {
+        "type": "keyword"
+      },
+      "user": {
+        "type": "text"
+      }
     }
   }
 }