{ "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": "Хэш файла" } } }