Skip to content

Commit 8b867fe

Browse files
committed
fix(attr_spec): modify spec to fit the latest pydantic model
1 parent af22c57 commit 8b867fe

1 file changed

Lines changed: 29 additions & 29 deletions

File tree

attr_specs.yaml

Lines changed: 29 additions & 29 deletions
Original file line numberDiff line numberDiff line change
@@ -1,82 +1,82 @@
11
- source_collection: activity_id
2-
value_type: string_array
2+
attr_field_value_type: string_array
33
is_required: true
44
- source_collection: creation_date
5-
value_type: string
5+
attr_field_value_type: string
66
is_required: true
77
- source_collection: contact
8-
value_type: string
8+
attr_field_value_type: string
99
is_required: true
1010
- source_collection: conventions
11-
field_name: Conventions
12-
value_type: string_array
11+
attr_field_name: Conventions
12+
attr_field_value_type: string_array
1313
is_required: true
1414
- source_collection: dataset_contributor
15-
value_type: string
15+
attr_field_value_type: string
1616
is_required: true
1717
- source_collection: data_specs_version
18-
value_type: string
18+
attr_field_value_type: string
1919
is_required: true
2020
- source_collection: frequency
21-
value_type: string
21+
attr_field_value_type: string
2222
is_required: true
2323
- source_collection: grid_label
24-
field_name: grid
24+
attr_field_name: grid
2525
specific_key: description
26-
value_type: string
26+
attr_field_value_type: string
2727
is_required: true
2828
- source_collection: grid_label
29-
value_type: string
29+
attr_field_value_type: string
3030
is_required: true
3131
- source_collection: institution_id
3232
specific_key: description
33-
field_name: institution
34-
value_type: string
33+
attr_field_name: institution
34+
attr_field_value_type: string
3535
is_required: true
3636
- source_collection: institution_id
37-
value_type: string
37+
attr_field_value_type: string
3838
is_required: true
3939
- source_collection: license
40-
value_type: string
40+
attr_field_value_type: string
4141
is_required: true
4242
- source_collection: nominal_resolution
4343
specific_key: description
44-
value_type: string
44+
attr_field_value_type: string
4545
is_required: true
4646
- source_collection: processing_code_location
47-
value_type: string
47+
attr_field_value_type: string
4848
is_required: true
4949
- source_collection: product
50-
value_type: string
50+
attr_field_value_type: string
5151
is_required: true
5252
- source_collection: realm
53-
value_type: string_array
53+
attr_field_value_type: string_array
5454
is_required: true
5555
- source_collection: references
56-
value_type: string
56+
attr_field_value_type: string
5757
is_required: true
5858
- source_collection: region
59-
value_type: string
59+
attr_field_value_type: string
6060
is_required: true
6161
- source_collection: source_id
62-
value_type: string
62+
attr_field_value_type: string
6363
is_required: true
6464
- source_collection: source_id
6565
specific_key: label_extended
66-
field_name: source
67-
value_type: string
66+
attr_field_name: source
67+
attr_field_value_type: string
6868
is_required: true
6969
- source_collection: source_id
7070
specific_key: drs_name
71-
field_name: source_label
72-
value_type: string
71+
attr_field_name: source_label
72+
attr_field_value_type: string
7373
is_required: true
7474
- source_collection: tracking_id
75-
value_type: string
75+
attr_field_value_type: string
7676
is_required: true
7777
- source_collection: variable_id
78-
value_type: string
78+
attr_field_value_type: string
7979
is_required: true
8080
- source_collection: variant_label
81-
value_type: string
81+
attr_field_value_type: string
8282
is_required: true

0 commit comments

Comments
 (0)