@alwaysai/device-agent-schemas 2.1.12 → 2.2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc +1 -21
- package/docs/README.md +47 -21
- package/docs/app-install-response-schema-properties-appinstallresponse-properties-appinstallpayload-properties-appsignedurl.md +15 -0
- package/docs/app-install-response-schema-properties-appinstallresponse-properties-appinstallpayload.md +39 -0
- package/docs/app-install-response-schema-properties-appinstallresponse-properties-appreleasehash.md +25 -0
- package/docs/app-install-response-schema-properties-appinstallresponse-properties-models_install_payload.md +15 -0
- package/docs/app-install-response-schema-properties-appinstallresponse-properties-projectid.md +25 -0
- package/docs/app-install-response-schema-properties-appinstallresponse.md +116 -0
- package/docs/app-install-response-schema.md +39 -0
- package/docs/app-install-schema-properties-projectid.md +2 -2
- package/docs/app-install-schema.md +2 -2
- package/docs/app-logs-schema-properties-logchunk.md +15 -0
- package/docs/app-logs-schema-properties-projectid.md +25 -0
- package/docs/app-logs-schema.md +23 -21
- package/docs/app-state-control-schema-properties-basecommand.md +25 -0
- package/docs/app-state-control-schema-properties-projectid.md +25 -0
- package/docs/app-state-control-schema.md +34 -22
- package/docs/app-state-schema-properties-appstate-items-properties-appdetails-properties-projectid.md +2 -2
- package/docs/app-state-schema-properties-appstate-items-properties-appdetails.md +2 -2
- package/docs/app-state-schema.md +3 -30
- package/docs/app-uninstall-schema-properties-projectid.md +2 -2
- package/docs/app-uninstall-schema.md +2 -2
- package/docs/app-version-control-schema.md +5 -56
- package/docs/common-schema-defs-appreleasehash.md +5 -5
- package/docs/common-schema-defs-projectid.md +7 -7
- package/docs/common-schema-defs-txid.md +29 -0
- package/docs/common-schema.md +11 -0
- package/docs/device-action-schema-properties-action.md +23 -0
- package/docs/device-action-schema.md +47 -0
- package/docs/device-stats-schema-properties-cpudetails-properties-temperature.md +15 -0
- package/docs/device-stats-schema-properties-cpudetails-properties-usedperc.md +15 -0
- package/docs/device-stats-schema-properties-cpudetails.md +58 -0
- package/docs/device-stats-schema-properties-cpuusage.md +15 -0
- package/docs/device-stats-schema-properties-diskdetails-properties-freegb.md +15 -0
- package/docs/device-stats-schema-properties-diskdetails-properties-usedgb.md +15 -0
- package/docs/device-stats-schema-properties-diskdetails.md +58 -0
- package/docs/device-stats-schema-properties-diskutil.md +15 -0
- package/docs/device-stats-schema-properties-memdetails-properties-freemb.md +15 -0
- package/docs/device-stats-schema-properties-memdetails-properties-usedmb.md +15 -0
- package/docs/device-stats-schema-properties-memdetails.md +58 -0
- package/docs/device-stats-schema-properties-usedmemorypercentage.md +15 -0
- package/docs/device-stats-schema.md +134 -0
- package/docs/live-updates-toggle-schema-properties-applogs-properties-toggle.md +15 -0
- package/docs/live-updates-toggle-schema-properties-applogs.md +68 -0
- package/docs/live-updates-toggle-schema-properties-appstate.md +15 -0
- package/docs/live-updates-toggle-schema-properties-devicestats.md +15 -0
- package/docs/live-updates-toggle-schema.md +34 -23
- package/docs/models-install-response-schema-properties-modelsinstallresponse.md +68 -0
- package/docs/models-install-response-schema.md +39 -0
- package/docs/shadow-project-update-schema-properties-appconfig.md +15 -0
- package/docs/shadow-project-update-schema-properties-envvars-patternproperties--patternproperties-.md +15 -0
- package/docs/shadow-project-update-schema-properties-envvars-patternproperties--patternproperties.md +15 -0
- package/docs/shadow-project-update-schema-properties-envvars-patternproperties-.md +39 -0
- package/docs/shadow-project-update-schema-properties-envvars-patternproperties.md +15 -0
- package/docs/shadow-project-update-schema-properties-envvars.md +44 -0
- package/docs/shadow-project-update-schema.md +63 -0
- package/docs/shadow-projects-update-all-schema-patternproperties.md +15 -0
- package/docs/shadow-projects-update-all-schema-propertynames.md +25 -0
- package/docs/shadow-projects-update-all-schema.md +44 -0
- package/docs/signed-urls-request-schema-properties-modelsonlyurlsrequest.md +7 -7
- package/docs/signed-urls-request-schema-properties-signedurlsrequest.md +8 -8
- package/docs/signed-urls-request-schema.md +4 -31
- package/docs/status-response-schema-properties-message.md +15 -0
- package/docs/status-response-schema-properties-status.md +27 -0
- package/docs/status-response-schema.md +70 -0
- package/docs/system-information-schema-properties-cpu-properties-brand.md +15 -0
- package/docs/system-information-schema-properties-cpu-properties-cores.md +15 -0
- package/docs/system-information-schema-properties-cpu-properties-efficiencycores.md +15 -0
- package/docs/system-information-schema-properties-cpu-properties-manufacturer.md +15 -0
- package/docs/system-information-schema-properties-cpu-properties-model.md +15 -0
- package/docs/system-information-schema-properties-cpu-properties-physicalcores.md +15 -0
- package/docs/system-information-schema-properties-cpu-properties-processors.md +15 -0
- package/docs/system-information-schema-properties-cpu-properties-vendor.md +15 -0
- package/docs/system-information-schema-properties-cpu.md +172 -0
- package/docs/system-information-schema-properties-device-properties-manufacturer.md +15 -0
- package/docs/system-information-schema-properties-device-properties-model.md +15 -0
- package/docs/system-information-schema-properties-device-properties-serial.md +15 -0
- package/docs/system-information-schema-properties-device-properties-version.md +15 -0
- package/docs/system-information-schema-properties-device-properties-virtual.md +15 -0
- package/docs/system-information-schema-properties-device.md +115 -0
- package/docs/system-information-schema-properties-disk-properties-drives-items-properties-device.md +15 -0
- package/docs/system-information-schema-properties-disk-properties-drives-items-properties-name.md +15 -0
- package/docs/system-information-schema-properties-disk-properties-drives-items-properties-size.md +15 -0
- package/docs/system-information-schema-properties-disk-properties-drives-items-properties-type.md +15 -0
- package/docs/system-information-schema-properties-disk-properties-drives-items-properties-vendor.md +15 -0
- package/docs/system-information-schema-properties-disk-properties-drives-items.md +115 -0
- package/docs/system-information-schema-properties-disk-properties-drives.md +15 -0
- package/docs/system-information-schema-properties-disk.md +39 -0
- package/docs/system-information-schema-properties-network-properties-ipv4address.md +15 -0
- package/docs/system-information-schema-properties-network-properties-ipv6address.md +15 -0
- package/docs/system-information-schema-properties-network-properties-macaddress.md +15 -0
- package/docs/system-information-schema-properties-network.md +77 -0
- package/docs/system-information-schema-properties-os-properties-architecture.md +15 -0
- package/docs/system-information-schema-properties-os-properties-distro.md +15 -0
- package/docs/system-information-schema-properties-os-properties-hostname.md +15 -0
- package/docs/system-information-schema-properties-os-properties-kernel.md +15 -0
- package/docs/system-information-schema-properties-os-properties-platform.md +15 -0
- package/docs/system-information-schema-properties-os-properties-release.md +15 -0
- package/docs/system-information-schema-properties-os.md +134 -0
- package/docs/system-information-schema-properties-versions-properties-agent.md +15 -0
- package/docs/system-information-schema-properties-versions-properties-deviceagentschemas.md +15 -0
- package/docs/system-information-schema-properties-versions.md +58 -0
- package/docs/system-information-schema.md +134 -0
- package/docs/to-client-message-schema-allof-0-if-properties-messagetype.md +23 -0
- package/docs/to-client-message-schema-allof-0-if-properties.md +15 -0
- package/docs/to-client-message-schema-allof-0-if.md +47 -0
- package/docs/to-client-message-schema-allof-0-then-properties.md +15 -0
- package/docs/to-client-message-schema-allof-0-then.md +39 -0
- package/docs/to-client-message-schema-allof-0.md +15 -0
- package/docs/to-client-message-schema-allof-1-if-properties-messagetype.md +23 -0
- package/docs/to-client-message-schema-allof-1-if-properties.md +15 -0
- package/docs/to-client-message-schema-allof-1-if.md +47 -0
- package/docs/to-client-message-schema-allof-1-then-properties.md +15 -0
- package/docs/to-client-message-schema-allof-1-then.md +39 -0
- package/docs/to-client-message-schema-allof-1.md +15 -0
- package/docs/to-client-message-schema-allof-2-if-properties-messagetype.md +23 -0
- package/docs/to-client-message-schema-allof-2-if-properties.md +15 -0
- package/docs/to-client-message-schema-allof-2-if.md +47 -0
- package/docs/to-client-message-schema-allof-2-then-properties.md +15 -0
- package/docs/to-client-message-schema-allof-2-then.md +39 -0
- package/docs/to-client-message-schema-allof-2.md +15 -0
- package/docs/to-client-message-schema-allof-3-if-properties-messagetype.md +23 -0
- package/docs/to-client-message-schema-allof-3-if-properties.md +15 -0
- package/docs/to-client-message-schema-allof-3-if.md +47 -0
- package/docs/to-client-message-schema-allof-3-then-properties.md +15 -0
- package/docs/to-client-message-schema-allof-3-then.md +39 -0
- package/docs/to-client-message-schema-allof-3.md +15 -0
- package/docs/to-client-message-schema-defs-toclient.md +25 -0
- package/docs/to-client-message-schema-defs.md +15 -0
- package/docs/to-client-message-schema-properties-deviceid.md +15 -0
- package/docs/to-client-message-schema-properties-messagetype.md +26 -0
- package/docs/to-client-message-schema-properties-payload.md +25 -0
- package/docs/to-client-message-schema-properties-timestamp.md +15 -0
- package/docs/to-client-message-schema-properties-topic-oneof-0.md +25 -0
- package/docs/to-client-message-schema-properties-topic.md +19 -0
- package/docs/to-client-message-schema.md +196 -0
- package/docs/to-cloud-message-schema-allof-0-if-properties-messagetype.md +23 -0
- package/docs/to-cloud-message-schema-allof-0-if-properties.md +15 -0
- package/docs/to-cloud-message-schema-allof-0-if.md +47 -0
- package/docs/to-cloud-message-schema-allof-0-then-properties.md +15 -0
- package/docs/to-cloud-message-schema-allof-0-then.md +39 -0
- package/docs/to-cloud-message-schema-allof-0.md +15 -0
- package/docs/to-cloud-message-schema-defs-tocloud.md +25 -0
- package/docs/to-cloud-message-schema-defs.md +15 -0
- package/docs/to-cloud-message-schema-properties-deviceid.md +15 -0
- package/docs/to-cloud-message-schema-properties-messagetype.md +23 -0
- package/docs/to-cloud-message-schema-properties-payload.md +19 -0
- package/docs/to-cloud-message-schema-properties-timestamp.md +15 -0
- package/docs/to-cloud-message-schema-properties-topic-oneof-0.md +25 -0
- package/docs/to-cloud-message-schema-properties-topic.md +19 -0
- package/docs/to-cloud-message-schema.md +181 -0
- package/docs/to-device-agent-message-schema-allof-0-if-properties-messagetype.md +23 -0
- package/docs/to-device-agent-message-schema-allof-0-if-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-0-if.md +47 -0
- package/docs/to-device-agent-message-schema-allof-0-then-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-0-then.md +39 -0
- package/docs/to-device-agent-message-schema-allof-0.md +15 -0
- package/docs/to-device-agent-message-schema-allof-1-if-properties-messagetype.md +23 -0
- package/docs/to-device-agent-message-schema-allof-1-if-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-1-if.md +47 -0
- package/docs/to-device-agent-message-schema-allof-1-then-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-1-then.md +45 -0
- package/docs/to-device-agent-message-schema-allof-1.md +15 -0
- package/docs/to-device-agent-message-schema-allof-2-if-properties-messagetype.md +23 -0
- package/docs/to-device-agent-message-schema-allof-2-if-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-2-if.md +47 -0
- package/docs/to-device-agent-message-schema-allof-2-then-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-2-then.md +39 -0
- package/docs/to-device-agent-message-schema-allof-2.md +15 -0
- package/docs/to-device-agent-message-schema-allof-3-if-properties-messagetype.md +23 -0
- package/docs/to-device-agent-message-schema-allof-3-if-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-3-if.md +47 -0
- package/docs/to-device-agent-message-schema-allof-3-then-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-3-then.md +39 -0
- package/docs/to-device-agent-message-schema-allof-3.md +15 -0
- package/docs/to-device-agent-message-schema-allof-4-if-properties-messagetype.md +23 -0
- package/docs/to-device-agent-message-schema-allof-4-if-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-4-if.md +47 -0
- package/docs/to-device-agent-message-schema-allof-4-then-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-4-then.md +39 -0
- package/docs/to-device-agent-message-schema-allof-4.md +15 -0
- package/docs/to-device-agent-message-schema-allof-5-if-properties-messagetype.md +23 -0
- package/docs/to-device-agent-message-schema-allof-5-if-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-5-if.md +47 -0
- package/docs/to-device-agent-message-schema-allof-5-then-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-5-then.md +39 -0
- package/docs/to-device-agent-message-schema-allof-5.md +15 -0
- package/docs/to-device-agent-message-schema-allof-6-if-properties-messagetype.md +23 -0
- package/docs/to-device-agent-message-schema-allof-6-if-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-6-if.md +47 -0
- package/docs/to-device-agent-message-schema-allof-6-then-properties.md +15 -0
- package/docs/to-device-agent-message-schema-allof-6-then.md +39 -0
- package/docs/to-device-agent-message-schema-allof-6.md +15 -0
- package/docs/to-device-agent-message-schema-defs-todevice.md +25 -0
- package/docs/to-device-agent-message-schema-defs.md +15 -0
- package/docs/to-device-agent-message-schema-properties-messagetype.md +29 -0
- package/docs/to-device-agent-message-schema-properties-payload.md +35 -0
- package/docs/to-device-agent-message-schema-properties-timestamp.md +15 -0
- package/docs/to-device-agent-message-schema-properties-topic.md +25 -0
- package/docs/to-device-agent-message-schema.md +202 -0
- package/lib/constants.d.ts.map +1 -1
- package/lib/constants.js +10 -10
- package/lib/constants.js.map +1 -1
- package/lib/constants.test.js.map +1 -1
- package/lib/device-agent-action-schema.d.ts.map +1 -1
- package/lib/index.d.ts +2 -2
- package/lib/index.d.ts.map +1 -1
- package/lib/index.js +11 -1
- package/lib/index.js.map +1 -1
- package/lib/message-builders.d.ts +11 -11
- package/lib/message-builders.d.ts.map +1 -1
- package/lib/message-builders.js +3 -4
- package/lib/message-builders.js.map +1 -1
- package/lib/schemas/shadow-project-update-schema.json +30 -0
- package/lib/schemas/shadow-projects-update-all-schema.json +17 -0
- package/lib/shadow-schema.d.ts +104 -0
- package/lib/shadow-schema.d.ts.map +1 -0
- package/lib/shadow-schema.js +75 -0
- package/lib/shadow-schema.js.map +1 -0
- package/lib/shadow-schema.test.d.ts +2 -0
- package/lib/shadow-schema.test.d.ts.map +1 -0
- package/lib/shadow-schema.test.js +148 -0
- package/lib/shadow-schema.test.js.map +1 -0
- package/lib/status-response-schema.d.ts.map +1 -1
- package/lib/types.d.ts.map +1 -1
- package/lib/types.js +1 -3
- package/lib/types.js.map +1 -1
- package/lib/types.test.js +92 -92
- package/lib/types.test.js.map +1 -1
- package/package.json +2 -4
- package/src/app-action-schema.ts +1 -1
- package/src/constants.test.ts +7 -5
- package/src/constants.ts +30 -19
- package/src/device-agent-action-schema.ts +2 -1
- package/src/index.ts +38 -13
- package/src/message-builders.ts +48 -37
- package/src/schemas/shadow-project-update-schema.json +30 -0
- package/src/schemas/shadow-projects-update-all-schema.json +17 -0
- package/src/shadow-schema.test.ts +172 -0
- package/src/shadow-schema.ts +172 -0
- package/src/status-response-schema.ts +2 -1
- package/src/types.test.ts +97 -94
- package/src/types.ts +30 -19
- package/lib/system-information-schema.d.ts +0 -45
- package/lib/system-information-schema.d.ts.map +0 -1
- package/lib/system-information-schema.js +0 -3
- package/lib/system-information-schema.js.map +0 -1
- package/src/system-information-schema.ts +0 -44
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled number in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/physicalCores
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## physicalCores Type
|
|
14
|
+
|
|
15
|
+
`number`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled number in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/processors
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## processors Type
|
|
14
|
+
|
|
15
|
+
`number`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/vendor
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## vendor Type
|
|
14
|
+
|
|
15
|
+
`string`
|
|
@@ -0,0 +1,172 @@
|
|
|
1
|
+
# Untitled object in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/cpu
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## cpu Type
|
|
14
|
+
|
|
15
|
+
`object` ([Details](system-information-schema-properties-cpu.md))
|
|
16
|
+
|
|
17
|
+
# cpu Properties
|
|
18
|
+
|
|
19
|
+
| Property | Type | Required | Nullable | Defined by |
|
|
20
|
+
| :---------------------------------- | :------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
21
|
+
| [manufacturer](#manufacturer) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-manufacturer.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/manufacturer") |
|
|
22
|
+
| [brand](#brand) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-brand.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/brand") |
|
|
23
|
+
| [vendor](#vendor) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-vendor.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/vendor") |
|
|
24
|
+
| [model](#model) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-model.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/model") |
|
|
25
|
+
| [cores](#cores) | `number` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-cores.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/cores") |
|
|
26
|
+
| [physicalCores](#physicalcores) | `number` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-physicalcores.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/physicalCores") |
|
|
27
|
+
| [efficiencyCores](#efficiencycores) | `number` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-efficiencycores.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/efficiencyCores") |
|
|
28
|
+
| [processors](#processors) | `number` | Optional | cannot be null | [system-information](system-information-schema-properties-cpu-properties-processors.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/processors") |
|
|
29
|
+
|
|
30
|
+
## manufacturer
|
|
31
|
+
|
|
32
|
+
|
|
33
|
+
|
|
34
|
+
`manufacturer`
|
|
35
|
+
|
|
36
|
+
* is optional
|
|
37
|
+
|
|
38
|
+
* Type: `string`
|
|
39
|
+
|
|
40
|
+
* cannot be null
|
|
41
|
+
|
|
42
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-manufacturer.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/manufacturer")
|
|
43
|
+
|
|
44
|
+
### manufacturer Type
|
|
45
|
+
|
|
46
|
+
`string`
|
|
47
|
+
|
|
48
|
+
## brand
|
|
49
|
+
|
|
50
|
+
|
|
51
|
+
|
|
52
|
+
`brand`
|
|
53
|
+
|
|
54
|
+
* is optional
|
|
55
|
+
|
|
56
|
+
* Type: `string`
|
|
57
|
+
|
|
58
|
+
* cannot be null
|
|
59
|
+
|
|
60
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-brand.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/brand")
|
|
61
|
+
|
|
62
|
+
### brand Type
|
|
63
|
+
|
|
64
|
+
`string`
|
|
65
|
+
|
|
66
|
+
## vendor
|
|
67
|
+
|
|
68
|
+
|
|
69
|
+
|
|
70
|
+
`vendor`
|
|
71
|
+
|
|
72
|
+
* is optional
|
|
73
|
+
|
|
74
|
+
* Type: `string`
|
|
75
|
+
|
|
76
|
+
* cannot be null
|
|
77
|
+
|
|
78
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-vendor.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/vendor")
|
|
79
|
+
|
|
80
|
+
### vendor Type
|
|
81
|
+
|
|
82
|
+
`string`
|
|
83
|
+
|
|
84
|
+
## model
|
|
85
|
+
|
|
86
|
+
|
|
87
|
+
|
|
88
|
+
`model`
|
|
89
|
+
|
|
90
|
+
* is optional
|
|
91
|
+
|
|
92
|
+
* Type: `string`
|
|
93
|
+
|
|
94
|
+
* cannot be null
|
|
95
|
+
|
|
96
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-model.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/model")
|
|
97
|
+
|
|
98
|
+
### model Type
|
|
99
|
+
|
|
100
|
+
`string`
|
|
101
|
+
|
|
102
|
+
## cores
|
|
103
|
+
|
|
104
|
+
|
|
105
|
+
|
|
106
|
+
`cores`
|
|
107
|
+
|
|
108
|
+
* is optional
|
|
109
|
+
|
|
110
|
+
* Type: `number`
|
|
111
|
+
|
|
112
|
+
* cannot be null
|
|
113
|
+
|
|
114
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-cores.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/cores")
|
|
115
|
+
|
|
116
|
+
### cores Type
|
|
117
|
+
|
|
118
|
+
`number`
|
|
119
|
+
|
|
120
|
+
## physicalCores
|
|
121
|
+
|
|
122
|
+
|
|
123
|
+
|
|
124
|
+
`physicalCores`
|
|
125
|
+
|
|
126
|
+
* is optional
|
|
127
|
+
|
|
128
|
+
* Type: `number`
|
|
129
|
+
|
|
130
|
+
* cannot be null
|
|
131
|
+
|
|
132
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-physicalcores.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/physicalCores")
|
|
133
|
+
|
|
134
|
+
### physicalCores Type
|
|
135
|
+
|
|
136
|
+
`number`
|
|
137
|
+
|
|
138
|
+
## efficiencyCores
|
|
139
|
+
|
|
140
|
+
|
|
141
|
+
|
|
142
|
+
`efficiencyCores`
|
|
143
|
+
|
|
144
|
+
* is optional
|
|
145
|
+
|
|
146
|
+
* Type: `number`
|
|
147
|
+
|
|
148
|
+
* cannot be null
|
|
149
|
+
|
|
150
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-efficiencycores.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/efficiencyCores")
|
|
151
|
+
|
|
152
|
+
### efficiencyCores Type
|
|
153
|
+
|
|
154
|
+
`number`
|
|
155
|
+
|
|
156
|
+
## processors
|
|
157
|
+
|
|
158
|
+
|
|
159
|
+
|
|
160
|
+
`processors`
|
|
161
|
+
|
|
162
|
+
* is optional
|
|
163
|
+
|
|
164
|
+
* Type: `number`
|
|
165
|
+
|
|
166
|
+
* cannot be null
|
|
167
|
+
|
|
168
|
+
* defined in: [system-information](system-information-schema-properties-cpu-properties-processors.md "https://alwaysai.co/system-information-schema.json#/properties/cpu/properties/processors")
|
|
169
|
+
|
|
170
|
+
### processors Type
|
|
171
|
+
|
|
172
|
+
`number`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/device/properties/manufacturer
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## manufacturer Type
|
|
14
|
+
|
|
15
|
+
`string`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/device/properties/model
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## model Type
|
|
14
|
+
|
|
15
|
+
`string`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/device/properties/serial
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## serial Type
|
|
14
|
+
|
|
15
|
+
`string`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/device/properties/version
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## version Type
|
|
14
|
+
|
|
15
|
+
`string`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled boolean in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/device/properties/virtual
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## virtual Type
|
|
14
|
+
|
|
15
|
+
`boolean`
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Untitled object in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/device
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | No | Forbidden | Forbidden | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## device Type
|
|
14
|
+
|
|
15
|
+
`object` ([Details](system-information-schema-properties-device.md))
|
|
16
|
+
|
|
17
|
+
# device Properties
|
|
18
|
+
|
|
19
|
+
| Property | Type | Required | Nullable | Defined by |
|
|
20
|
+
| :---------------------------- | :-------- | :------- | :------------- | :------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
21
|
+
| [manufacturer](#manufacturer) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-device-properties-manufacturer.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/manufacturer") |
|
|
22
|
+
| [model](#model) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-device-properties-model.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/model") |
|
|
23
|
+
| [version](#version) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-device-properties-version.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/version") |
|
|
24
|
+
| [serial](#serial) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-device-properties-serial.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/serial") |
|
|
25
|
+
| [virtual](#virtual) | `boolean` | Optional | cannot be null | [system-information](system-information-schema-properties-device-properties-virtual.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/virtual") |
|
|
26
|
+
|
|
27
|
+
## manufacturer
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
`manufacturer`
|
|
32
|
+
|
|
33
|
+
* is optional
|
|
34
|
+
|
|
35
|
+
* Type: `string`
|
|
36
|
+
|
|
37
|
+
* cannot be null
|
|
38
|
+
|
|
39
|
+
* defined in: [system-information](system-information-schema-properties-device-properties-manufacturer.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/manufacturer")
|
|
40
|
+
|
|
41
|
+
### manufacturer Type
|
|
42
|
+
|
|
43
|
+
`string`
|
|
44
|
+
|
|
45
|
+
## model
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
`model`
|
|
50
|
+
|
|
51
|
+
* is optional
|
|
52
|
+
|
|
53
|
+
* Type: `string`
|
|
54
|
+
|
|
55
|
+
* cannot be null
|
|
56
|
+
|
|
57
|
+
* defined in: [system-information](system-information-schema-properties-device-properties-model.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/model")
|
|
58
|
+
|
|
59
|
+
### model Type
|
|
60
|
+
|
|
61
|
+
`string`
|
|
62
|
+
|
|
63
|
+
## version
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
`version`
|
|
68
|
+
|
|
69
|
+
* is optional
|
|
70
|
+
|
|
71
|
+
* Type: `string`
|
|
72
|
+
|
|
73
|
+
* cannot be null
|
|
74
|
+
|
|
75
|
+
* defined in: [system-information](system-information-schema-properties-device-properties-version.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/version")
|
|
76
|
+
|
|
77
|
+
### version Type
|
|
78
|
+
|
|
79
|
+
`string`
|
|
80
|
+
|
|
81
|
+
## serial
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
`serial`
|
|
86
|
+
|
|
87
|
+
* is optional
|
|
88
|
+
|
|
89
|
+
* Type: `string`
|
|
90
|
+
|
|
91
|
+
* cannot be null
|
|
92
|
+
|
|
93
|
+
* defined in: [system-information](system-information-schema-properties-device-properties-serial.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/serial")
|
|
94
|
+
|
|
95
|
+
### serial Type
|
|
96
|
+
|
|
97
|
+
`string`
|
|
98
|
+
|
|
99
|
+
## virtual
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
`virtual`
|
|
104
|
+
|
|
105
|
+
* is optional
|
|
106
|
+
|
|
107
|
+
* Type: `boolean`
|
|
108
|
+
|
|
109
|
+
* cannot be null
|
|
110
|
+
|
|
111
|
+
* defined in: [system-information](system-information-schema-properties-device-properties-virtual.md "https://alwaysai.co/system-information-schema.json#/properties/device/properties/virtual")
|
|
112
|
+
|
|
113
|
+
### virtual Type
|
|
114
|
+
|
|
115
|
+
`boolean`
|
package/docs/system-information-schema-properties-disk-properties-drives-items-properties-device.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/device
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## device Type
|
|
14
|
+
|
|
15
|
+
`string`
|
package/docs/system-information-schema-properties-disk-properties-drives-items-properties-name.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/name
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## name Type
|
|
14
|
+
|
|
15
|
+
`string`
|
package/docs/system-information-schema-properties-disk-properties-drives-items-properties-size.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled number in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/size
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## size Type
|
|
14
|
+
|
|
15
|
+
`number`
|
package/docs/system-information-schema-properties-disk-properties-drives-items-properties-type.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/type
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## type Type
|
|
14
|
+
|
|
15
|
+
`string`
|
package/docs/system-information-schema-properties-disk-properties-drives-items-properties-vendor.md
ADDED
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled string in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/vendor
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## vendor Type
|
|
14
|
+
|
|
15
|
+
`string`
|
|
@@ -0,0 +1,115 @@
|
|
|
1
|
+
# Untitled object in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :----------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | No | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## items Type
|
|
14
|
+
|
|
15
|
+
`object` ([Details](system-information-schema-properties-disk-properties-drives-items.md))
|
|
16
|
+
|
|
17
|
+
# items Properties
|
|
18
|
+
|
|
19
|
+
| Property | Type | Required | Nullable | Defined by |
|
|
20
|
+
| :---------------- | :------- | :------- | :------------- | :--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
|
21
|
+
| [device](#device) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-disk-properties-drives-items-properties-device.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/device") |
|
|
22
|
+
| [type](#type) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-disk-properties-drives-items-properties-type.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/type") |
|
|
23
|
+
| [name](#name) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-disk-properties-drives-items-properties-name.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/name") |
|
|
24
|
+
| [vendor](#vendor) | `string` | Optional | cannot be null | [system-information](system-information-schema-properties-disk-properties-drives-items-properties-vendor.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/vendor") |
|
|
25
|
+
| [size](#size) | `number` | Optional | cannot be null | [system-information](system-information-schema-properties-disk-properties-drives-items-properties-size.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/size") |
|
|
26
|
+
|
|
27
|
+
## device
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
|
|
31
|
+
`device`
|
|
32
|
+
|
|
33
|
+
* is optional
|
|
34
|
+
|
|
35
|
+
* Type: `string`
|
|
36
|
+
|
|
37
|
+
* cannot be null
|
|
38
|
+
|
|
39
|
+
* defined in: [system-information](system-information-schema-properties-disk-properties-drives-items-properties-device.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/device")
|
|
40
|
+
|
|
41
|
+
### device Type
|
|
42
|
+
|
|
43
|
+
`string`
|
|
44
|
+
|
|
45
|
+
## type
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
|
|
49
|
+
`type`
|
|
50
|
+
|
|
51
|
+
* is optional
|
|
52
|
+
|
|
53
|
+
* Type: `string`
|
|
54
|
+
|
|
55
|
+
* cannot be null
|
|
56
|
+
|
|
57
|
+
* defined in: [system-information](system-information-schema-properties-disk-properties-drives-items-properties-type.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/type")
|
|
58
|
+
|
|
59
|
+
### type Type
|
|
60
|
+
|
|
61
|
+
`string`
|
|
62
|
+
|
|
63
|
+
## name
|
|
64
|
+
|
|
65
|
+
|
|
66
|
+
|
|
67
|
+
`name`
|
|
68
|
+
|
|
69
|
+
* is optional
|
|
70
|
+
|
|
71
|
+
* Type: `string`
|
|
72
|
+
|
|
73
|
+
* cannot be null
|
|
74
|
+
|
|
75
|
+
* defined in: [system-information](system-information-schema-properties-disk-properties-drives-items-properties-name.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/name")
|
|
76
|
+
|
|
77
|
+
### name Type
|
|
78
|
+
|
|
79
|
+
`string`
|
|
80
|
+
|
|
81
|
+
## vendor
|
|
82
|
+
|
|
83
|
+
|
|
84
|
+
|
|
85
|
+
`vendor`
|
|
86
|
+
|
|
87
|
+
* is optional
|
|
88
|
+
|
|
89
|
+
* Type: `string`
|
|
90
|
+
|
|
91
|
+
* cannot be null
|
|
92
|
+
|
|
93
|
+
* defined in: [system-information](system-information-schema-properties-disk-properties-drives-items-properties-vendor.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/vendor")
|
|
94
|
+
|
|
95
|
+
### vendor Type
|
|
96
|
+
|
|
97
|
+
`string`
|
|
98
|
+
|
|
99
|
+
## size
|
|
100
|
+
|
|
101
|
+
|
|
102
|
+
|
|
103
|
+
`size`
|
|
104
|
+
|
|
105
|
+
* is optional
|
|
106
|
+
|
|
107
|
+
* Type: `number`
|
|
108
|
+
|
|
109
|
+
* cannot be null
|
|
110
|
+
|
|
111
|
+
* defined in: [system-information](system-information-schema-properties-disk-properties-drives-items-properties-size.md "https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives/items/properties/size")
|
|
112
|
+
|
|
113
|
+
### size Type
|
|
114
|
+
|
|
115
|
+
`number`
|
|
@@ -0,0 +1,15 @@
|
|
|
1
|
+
# Untitled array in system-information Schema
|
|
2
|
+
|
|
3
|
+
```txt
|
|
4
|
+
https://alwaysai.co/system-information-schema.json#/properties/disk/properties/drives
|
|
5
|
+
```
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
| Abstract | Extensible | Status | Identifiable | Custom Properties | Additional Properties | Access Restrictions | Defined In |
|
|
10
|
+
| :------------------ | :--------- | :------------- | :---------------------- | :---------------- | :-------------------- | :------------------ | :----------------------------------------------------------------------------------------------- |
|
|
11
|
+
| Can be instantiated | No | Unknown status | Unknown identifiability | Forbidden | Allowed | none | [system-information-schema.json\*](../out/system-information-schema.json "open original schema") |
|
|
12
|
+
|
|
13
|
+
## drives Type
|
|
14
|
+
|
|
15
|
+
`object[]` ([Details](system-information-schema-properties-disk-properties-drives-items.md))
|