{
    "$id": "http://redfish.dmtf.org/schemas/swordfish/v1/LineOfService.json",
    "$ref": "#/definitions/LineOfService",
    "$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": {
        "LineOfService": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/LineOfService.v1_0_0.json#/definitions/LineOfService"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/swordfish/v1/LineOfService.v1_1_0.json#/definitions/LineOfService"
                }
            ],
            "deletable": true,
            "description": "Describes a service option.",
            "insertable": false,
            "longDescription": "This service option is the abstract base class for other ClassOfService and concrete lines of service.",
            "updatable": false
        }
    },
    "language": "en",
    "owningEntity": "SNIA",
    "title": "#LineOfService.LineOfService"
}