You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -212,20 +214,23 @@ The data.gouv.fr section configures publishing to the French government's open d
212
214
type="string"
213
215
description="ID of an existing dataset on data.gouv.fr. Use this to publish to an existing dataset. Either this or `organizationIdOrSlug` is required."
214
216
example="6914a64b17a0a91bb0a61222"
217
+
required=true
215
218
/>}}
216
219
217
220
{{< refItem
218
221
name="dataset.datagouv.organizationIdOrSlug"
219
222
type="string"
220
223
description="ID or slug of the organization on data.gouv.fr. Use this to automatically create and publish a dataset. The dataset will be created with the title from `dataset.title` if it doesn't exist. Either this or `datasetId` is required."
221
224
example="open-terms-archive"
225
+
required=true
222
226
/>}}
223
227
224
228
{{< refItem
225
229
name="dataset.datagouv.frequency"
226
230
type="string"
227
231
description="Update frequency of the dataset. Used when creating or updating a dataset on data.gouv.fr. See [data.gouv.fr API](https://www.data.gouv.fr/api/1/datasets/frequencies/) for all allowed values."
0 commit comments