test-timeline/metadir.json

102 lines
2.5 KiB
JSON
Raw Normal View History

2022-04-24 09:24:02 +00:00
{
"datum": {
"type": "string",
2022-10-02 19:05:09 +00:00
"label": "DATUM",
"description": {
"en": "Description of the event",
"ru": "Описание события"
}
2022-04-24 09:24:02 +00:00
},
"hostdate": {
"parent": "datum",
"dir": "date",
"type": "date",
2022-10-02 19:05:09 +00:00
"label": "HOST_DATE",
"description": {
"en": "Date of the event",
"ru": "Дата события"
}
2022-04-24 09:24:02 +00:00
},
"hostname": {
"parent": "datum",
"dir": "name",
2022-10-02 19:05:09 +00:00
"label": "HOST_NAME",
"description": {
"en": "Name of the person in the event",
"ru": "Имя человека участвовавшего в событии"
}
2022-04-24 09:24:02 +00:00
},
"guestdate": {
"parent": "datum",
"dir": "date",
"type": "date",
2022-10-02 19:05:09 +00:00
"label": "GUEST_DATE",
"description": {
"en": "Date of entry",
"ru": "Дата записи"
}
2022-04-24 09:24:02 +00:00
},
"guestname": {
"parent": "datum",
"dir": "name",
2022-10-02 19:05:09 +00:00
"label": "GUEST_NAME",
"description": {
"en": "Name of the person who made the entry",
"ru": "Имя автора записи"
}
2022-04-24 09:24:02 +00:00
},
"tag": {
"parent": "datum",
2022-10-02 19:05:09 +00:00
"label": "TAG",
"description": {
"en": "Tag",
"ru": "Тег"
}
2022-04-24 09:24:02 +00:00
},
"filepath": {
"parent": "datum",
"label": "FILE_PATH",
2022-10-02 19:05:09 +00:00
"type": "string",
"description": {
"en": "Path to a digital asset",
"ru": "Путь к файлу"
}
2022-04-24 09:24:02 +00:00
},
"moddate": {
"parent": "filepath",
"dir": "date",
"type": "date",
2022-10-02 19:05:09 +00:00
"label": "MOD_DATE",
"description": {
"en": "Date of the file",
"ru": "Дата файла"
}
2022-04-24 09:24:02 +00:00
},
"filetype": {
"parent": "filepath",
"label": "FILE_TYPE",
2022-10-02 19:05:09 +00:00
"type": "string",
"description": {
"en": "Type of the file",
"ru": "Тип файла"
}
2022-04-24 09:24:02 +00:00
},
"filesize": {
"parent": "filepath",
2022-10-02 19:05:09 +00:00
"label": "FILE_SIZE",
"description": {
"en": "Size of the file",
"ru": "Размер файла"
}
2022-04-24 09:24:02 +00:00
},
"filehash": {
"parent": "filepath",
"label": "FILE_HASH",
2022-10-02 19:05:09 +00:00
"type": "hash",
"description": {
"en": "Hashsum of the file",
"ru": "Хэш файла"
}
2022-04-24 09:24:02 +00:00
}
}