fix: reorder predicates
parent
d179058059
commit
835757910f
|
@ -6,6 +6,11 @@
|
||||||
],
|
],
|
||||||
"version": 1,
|
"version": 1,
|
||||||
"predicates": [
|
"predicates": [
|
||||||
|
{
|
||||||
|
"value": "type-of-information",
|
||||||
|
"expanded": "Type of information",
|
||||||
|
"description": "Type of provided information"
|
||||||
|
},
|
||||||
{
|
{
|
||||||
"value": "originality",
|
"value": "originality",
|
||||||
"expanded": "Originality",
|
"expanded": "Originality",
|
||||||
|
@ -16,11 +21,6 @@
|
||||||
"expanded": "Timeliness sharing behavior",
|
"expanded": "Timeliness sharing behavior",
|
||||||
"description": "Timeliness of the provided information"
|
"description": "Timeliness of the provided information"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"value": "type-of-information",
|
|
||||||
"expanded": "Type of information",
|
|
||||||
"description": "Type of provided information"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"value": "integrability-format",
|
"value": "integrability-format",
|
||||||
"expanded": "Integrability format",
|
"expanded": "Integrability format",
|
||||||
|
@ -31,11 +31,6 @@
|
||||||
"expanded": "Integrability interface",
|
"expanded": "Integrability interface",
|
||||||
"description": "Level of integrability interface for the provided information"
|
"description": "Level of integrability interface for the provided information"
|
||||||
},
|
},
|
||||||
{
|
|
||||||
"value": "type-of-source",
|
|
||||||
"expanded": "Type of source",
|
|
||||||
"description": "Types of information security data source"
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
"value": "trustworthiness-creditabilily",
|
"value": "trustworthiness-creditabilily",
|
||||||
"expanded": "Trustworthiness creditability",
|
"expanded": "Trustworthiness creditability",
|
||||||
|
@ -50,6 +45,11 @@
|
||||||
"value": "trustworthiness-feedback-mechanism",
|
"value": "trustworthiness-feedback-mechanism",
|
||||||
"expanded": "Trustworthiness feedback mechanism",
|
"expanded": "Trustworthiness feedback mechanism",
|
||||||
"description": "Feedback such as user ratings or comments regarding the usefulness of the provided information"
|
"description": "Feedback such as user ratings or comments regarding the usefulness of the provided information"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"value": "type-of-source",
|
||||||
|
"expanded": "Type of source",
|
||||||
|
"description": "Types of information security data source"
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
|
Loading…
Reference in New Issue