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
None, description="A pseudonymized variable in the dataset."
301
301
)
302
-
unit_type: Optional[str]=Field(
303
-
None,
302
+
unit_type: str=Field(
303
+
...,
304
304
description="Unit Type which this variable pertains to. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/702. See Definitions of Unit Types https://www.ssb.no/en/metadata/definisjoner-av-statistiske-enheter",
305
305
title="Unit type",
306
306
)
307
-
data_source: Optional[str]=Field(
308
-
None,
307
+
data_source: str=Field(
308
+
...,
309
309
description="The source of the data contained in this variable. Values shall be codes from https://www.ssb.no/klass/klassifikasjoner/712.",
310
310
title="Data source",
311
311
)
@@ -319,8 +319,8 @@ class Variable(DatadocBaseModel):
319
319
description="Further clarification of the variables definition",
0 commit comments