{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/HrisDevice", "title": "HrisDevice", "properties": { "admin_user_ids": { "$ref": "#/components/schemas/property_HrisDevice_admin_user_ids" }, "asset_tag": { "type": "string" }, "created_at": { "format": "date-time", "type": "string" }, "has_antivirus": { "type": "boolean" }, "has_firewall": { "type": "boolean" }, "has_hd_encrypted": { "type": "boolean" }, "has_password_manager": { "type": "boolean" }, "has_screenlock": { "type": "boolean" }, "id": { "type": "string" }, "is_missing": { "type": "boolean" }, "location_id": { "type": "string" }, "manufacturer": { "type": "string" }, "model": { "type": "string" }, "name": { "type": "string" }, "os": { "type": "string" }, "os_version": { "type": "string" }, "raw": { "additionalProperties": true, "type": "object" }, "updated_at": { "format": "date-time", "type": "string" }, "user_ids": { "$ref": "#/components/schemas/property_HrisDevice_user_ids" }, "version": { "type": "string" } }, "required": [ "name" ], "type": "object" }