test-timeline/metadir.json
2022-10-02 23:05:09 +04:00

102 lines
2.5 KiB
JSON
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

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