Rename 'download' to 'files'

This commit is contained in:
2024-04-14 09:45:38 +04:00
parent 304d095ed2
commit 5c8fee91fe
2 changed files with 2 additions and 2 deletions
@@ -108,7 +108,7 @@
"BY-NC-ND"
]
},
"download": {
"files": {
"type": "media",
"multiple": true,
"required": false,
+1 -1
View File
@@ -508,7 +508,7 @@ export interface ApiParoleParole extends Schema.CollectionType {
creativeCommons: Attribute.Enumeration<
['BY', 'BY-SA', 'BY-ND', 'BY-NC', 'BY-NC-SA', 'BY-NC-ND']
>;
download: Attribute.Media;
files: Attribute.Media;
createdAt: Attribute.DateTime;
updatedAt: Attribute.DateTime;
publishedAt: Attribute.DateTime;