identification of files via magic number.
magic
gives a guess of the file type, based on a popular parsing tool from unix.
{
"data": {
...
"attributes" : {
...
"magic": "<string>",
}
}
}
{
"data": {
"attributes": {
"magic": "Mach-O fat file with 2 architectures"
}
}
}