ufobrand.json
526 Bytes
{
"ufobrand": {
"_all": {
"enabled": false
},
"_source": {
"enabled": true
},
"properties": {
"id": {
"type": "keyword"
},
"brandName": {
"type": "keyword"
},
"brandNameEn": {
"type": "keyword"
},
"brandLogo": {
"type": "keyword"
},
"status": {
"type": "integer"
},
"orderBy": {
"type": "integer"
},
"searchShowImage": {
"type": "keyword"
}
}
}
}