Skip to content

Commit

Permalink
Update tools.fields-custom-properties.json
Browse files Browse the repository at this point in the history
Production ready version of the file. Aligned with the latest frictionless-table-schema.json uploaded today.
  • Loading branch information
gaelduez authored Jun 21, 2024
1 parent 80e355f commit 2cc4729
Showing 1 changed file with 27 additions and 49 deletions.
76 changes: 27 additions & 49 deletions ictst/widget/tools.fields-custom-properties.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"fields": [
{
"name": "name",
"name": "tool_name",
"sticky": true,
"primaryKey": true,
"maxLength": 50
Expand All @@ -14,46 +14,54 @@
"subtype": "link"
},
{
"name": "sub_module",
"subtype": "tags",
"tagSeparator": ","
"name": "sub_module"
},
{
"name": "environmental_indicator",
"subtype": "tags",
"tagSeparator": ","
"tagSeparator": "+"
},
{
"name": "quick_description",
"subtype": "longtext"
},
{
"name": "assessment_type",
"subtype": "tags"
"subtype": "tags",
"tagSeparator": "+"
},
{
"name": "main_perimeter",
"subtype": "tag"
},
{
"name": "other_perimeters",
"subtype": "tags"
"name": "other_perimeter",
"subtype": "tags",
"tagSeparator": "+"
},
{
"name": "assessed_functional_unit",
"subtype": "tags"
"subtype": "tags",
"tagSeparator": "+"
},
{
"name": "data_entry_point",
"subtype": "tags"
"subtype": "tags",
"tagSeparator": "+"
},
{
"name": "life_cycle_steps",
"subtype": "tags"
"subtype": "tags",
"tagSeparator": "+"
},
{
"name": "ghg_scope",
"subtype": "tag"
},
{
"name": "focus",
"subtype": "tags"
"subtype": "tags",
"tagSeparator": "+"
},
{
"name": "license",
Expand All @@ -64,57 +72,27 @@
"subtype": "tag"
},
{
"name": "originating country"
"name": "originating_country"
},
{
"name": "logo"
},
{
"name": "inside_models",
"subtype": "tags"
"name": "inside_model",
"subtype": "tags",
"tagSeparator": "+"
},
{
"name": "methodology_transparency",
"subtype": "tag"
},
{
"name": "ref_sources",
"subtype": "link"
},
{
"name": "status",
"subtype": "tags"
},
{
"name": "creator"
},
{
"name": "creation_date"
},
{
"name": "creator_comment"
},
{
"name": "reviewer_1"
},
{
"name": "review_1_date"
},
{
"name": "review_1_explanation"
},
{
"name": "reviewer_2"
},
{
"name": "review_2_date"
},
{
"name": "review_2_explanation"
"subtype": "tag"
},
{
"name": "Linked Publications"
"name": "ref_sources",
"subtype": "string"
}
]
}

0 comments on commit 2cc4729

Please sign in to comment.