diff --git a/src/api/parole/content-types/parole/schema.json b/src/api/parole/content-types/parole/schema.json index 0e3b919..4b8c750 100644 --- a/src/api/parole/content-types/parole/schema.json +++ b/src/api/parole/content-types/parole/schema.json @@ -108,7 +108,7 @@ "BY-NC-ND" ] }, - "download": { + "files": { "type": "media", "multiple": true, "required": false, diff --git a/types/generated/contentTypes.d.ts b/types/generated/contentTypes.d.ts index 5cf8687..0978bc1 100644 --- a/types/generated/contentTypes.d.ts +++ b/types/generated/contentTypes.d.ts @@ -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;