@jupiterone/data-model
Advanced tools
Comparing version 0.45.0 to 0.46.0
@@ -11,2 +11,9 @@ # Changelog | ||
## 0.46.0 - 2022-03-25 | ||
### Added | ||
- Added deviceId as a nullable required property of Device. This property will | ||
be used in HostAgent PROTECTS DEVICE mapped relationships | ||
## 0.45.0 - 2022-03-05 | ||
@@ -13,0 +20,0 @@ |
@@ -38,2 +38,6 @@ { | ||
}, | ||
"deviceId": { | ||
"description": "The unique device identifier, traditionally known as a UDID", | ||
"type": ["string", "null"] | ||
}, | ||
"hardwareVendor": { | ||
@@ -168,5 +172,5 @@ "description": "The manufacturer or vendor of the device, e.g. Apple Inc., Generic", | ||
}, | ||
"required": ["category", "make", "model", "serial"] | ||
"required": ["category", "make", "model", "serial", "deviceId"] | ||
} | ||
] | ||
} |
{ | ||
"name": "@jupiterone/data-model", | ||
"version": "0.45.0", | ||
"version": "0.46.0", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "files": [ |
@@ -9,7 +9,7 @@ # JupiterOne Graph Data Model | ||
The model does not represent a strict requirement for data stored in the JupiterOne | ||
graph. It is acceptable and common to include many additional properties on any | ||
class of entity or relationship, when those properties provide value for | ||
querying and reporting. It is however strongly recommended that similar data use | ||
common class and property names where possible. | ||
The model does not represent a strict requirement for data stored in the | ||
JupiterOne graph. It is acceptable and common to include many additional | ||
properties on any class of entity or relationship, when those properties provide | ||
value for querying and reporting. It is however strongly recommended that | ||
similar data use common class and property names where possible. | ||
@@ -16,0 +16,0 @@ The value is realized when writing queries, or using queries others have |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
449213
12939