chg: [IoT] put the exclusive flag on the "Data Sharing Level"
parent
12e214014a
commit
5c81a18e50
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"namespace": "iot",
|
"namespace": "iot",
|
||||||
"description": "Internet of Things taxonomy, based on IOT UK report https://iotuk.org.uk/wp-content/uploads/2017/01/IOT-Taxonomy-Report.pdf",
|
"description": "Internet of Things taxonomy, based on IOT UK report https://iotuk.org.uk/wp-content/uploads/2017/01/IOT-Taxonomy-Report.pdf",
|
||||||
"version": 1,
|
"version": 2,
|
||||||
"expanded": "Internet of Things",
|
"expanded": "Internet of Things",
|
||||||
"predicates": [
|
"predicates": [
|
||||||
{
|
{
|
||||||
|
@ -17,7 +17,8 @@
|
||||||
{
|
{
|
||||||
"value": "DSL",
|
"value": "DSL",
|
||||||
"expanded": "Data Sharing Level",
|
"expanded": "Data Sharing Level",
|
||||||
"description": "A third characteristic of IoT systems concerns the degree of sharing of sensitive data between the object and the system, and subsequently between the system and the system operator(s) or participants, and third parties .Systems do not always need to share data, so IoT product, platform, service and system designers must be clear about when data is shared, what is shared and why."
|
"description": "A third characteristic of IoT systems concerns the degree of sharing of sensitive data between the object and the system, and subsequently between the system and the system operator(s) or participants, and third parties. Systems do not always need to share data, so IoT product, platform, service and system designers must be clear about when data is shared, what is shared and why.",
|
||||||
|
"exclusive": true
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
"values": [
|
"values": [
|
||||||
|
|
Loading…
Reference in New Issue