Tag <include file/> in JSON format for chengelog file

Good day!
Could somebody help me?
I want to use JSON format but I cannot find how use something like tag on xml file but regarding in JSON file.
Thanks

Is this what you are looking for?

{
“databaseChangeLog”: [
{
“include”: {
“file”: “changes/TEST-1000/test.person.json”
}
}
]
}

1 Like

Yes, :partying_face: thank you and have a good day))

You’re welcome. I’m glad it helped.