update metadir

This commit is contained in:
fetsorn 2022-10-02 23:05:09 +04:00
parent 61280a6cfe
commit 13d03e4a02

View File

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