inetstudio/categories

Package for categories

v10.0.1 2024-03-05 17:02 UTC

README

PUT app_index
PUT app_index/_mapping/categories
{
  "properties": {
    "id": {
      "type": "integer"
  	},
    "name": {
  	  "type": "string"
    },
	  "description": {
  	  "type": "text"
  	},  
	 "content": {
  	  "type": "text"
  	 }
  }
}