[
{
"filename": "file1.txt",
"link": "<LINK_TO_FILE1>",
"file_display_name": "<WHAT_YOU_WANT_THE_NAME_OF_FILE1_TO_BE_IN_THE_UI>"},
"primary_owners": ["<FILE1_OWNER>"],
// this is an arbitrary tag, can be any key/value pair and can be used in the UI as
// a filter if you want to constrain your search / conversation to only documents with
// this tag attached
"status": "<SOME_STATUS>"
},
{
"filename": "file2.txt",
"link": "<LINK_TO_FILE2>",
"file_display_name": "<WHAT_YOU_WANT_THE_NAME_OF_FILE2_TO_BE_IN_THE_UI>"},
"primary_owners": ["<FILE2_OWNER>"],
// this is an arbitrary tag, can be any key/value pair and can be used in the UI as
// a filter if you want to constrain your search / conversation to only documents with
// this tag attached
"status": "<SOME_OTHER_STATUS>"
}
]