inetstudio/statuses

Package for statuses

v10.0.0 2023-12-30 10:49 UTC

README

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