InfluxDB could not see tags and fields

Hi guys, first of all I really new with influxdb and node-red and I would like to send information in Json format which I used InfluxDB node to make a connection so I got a problem when I send this structure

[
{
“measurement”: “production_v3”,
“fields”: {
“temp”: 5.5,
“light”: 678,
“humidity”: 51
},
“tags”:{
“location”:“garden”
},
“timestamp”: 5454257254
}
]

once I go back to influxDB so I could not see fields and Tags correctly.

Node-Red seems like working fine so I’m not sure that what I did it incorrect with this set up

@Jess_Bo I believe the schema browser is pre-populated on page load, so if the tags and fields aren’t in the data when you load the page, they won’t show up there. Does anything change after you refresh?