{
    "$id": "http://redfish.dmtf.org/schemas/swordfish/v1/DataSecurityLineOfService.json",
    "$ref": "#/definitions/DataSecurityLineOfService",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2015-2026 Storage Networking Industry Association (SNIA), USA. All rights reserved.",
    "definitions": {
        "DataSecurityLineOfService": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/DataSecurityLineOfService.v1_0_2.json#/definitions/DataSecurityLineOfService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/DataSecurityLineOfService.v1_1_1.json#/definitions/DataSecurityLineOfService"
                }
            ],
            "deletable": true,
            "description": "The capabilities to protect the system data from loss.",
            "insertable": false,
            "longDescription": "The capabilities to protect data from loss by the use of a replica. The requirements must be met collectively by the communication path and the replica. There will be one instance associated to a class of service for each replica. Each replica has its own class of service that describes its characteristics.",
            "updatable": true,
            "uris": [
                "/redfish/v1/StorageServices/{StorageServiceId}/LinesOfService/DataSecurityLinesOfService/{DataSecurityLineOfServiceId}",
                "/redfish/v1/StorageServices/{StorageServiceId}/ClassesOfService/{ClassOfServiceId}/DataSecurityLinesOfService/{DataSecurityLineOfServiceId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "SNIA",
    "title": "#DataSecurityLineOfService.DataSecurityLineOfService"
}