How can I declare more than one "TagSchema" in my config file?
Below how I declare the Tags in my config file:
"tagSchema": {
"update":{
"from": "update",
"type": ""
}
"team":{
"from": "team",
"type": ""
}
}
But I receive the message: "
"team":{
^
SyntaxError: Unexpected string in JSON at position 646"
Any thoughts? What am I missing here?
Thank you so much,
Diego
Hi,
How can I declare more than one "TagSchema" in my config file?
Below how I declare the Tags in my config file: "tagSchema": { "update":{ "from": "update", "type": "" } "team":{ "from": "team", "type": "" } } But I receive the message: " "team":{ ^ SyntaxError: Unexpected string in JSON at position 646"
Any thoughts? What am I missing here? Thank you so much, Diego