{
    "$id": "http://redfish.dmtf.org/schemas/v1/AggregationSource.json",
    "$ref": "#/definitions/AggregationSource",
    "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json",
    "copyright": "Copyright 2014-2026 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright",
    "definitions": {
        "AggregationSource": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_0_4.json#/definitions/AggregationSource"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_1_5.json#/definitions/AggregationSource"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_2_5.json#/definitions/AggregationSource"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_3_5.json#/definitions/AggregationSource"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_4_3.json#/definitions/AggregationSource"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_5_0.json#/definitions/AggregationSource"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/AggregationSource.v1_6_0.json#/definitions/AggregationSource"
                }
            ],
            "deletable": true,
            "description": "The `AggregationSource` schema is used to represent the source of information for a subset of the resources provided by a Redfish service.  It can be thought of as a provider of information.  As such, most such interfaces have requirements to support the gathering of information like address and account used to access the information.",
            "insertable": false,
            "longDescription": "This resource shall represent an aggregation source for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/AggregationService/AggregationSources/{AggregationSourceId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#AggregationSource.AggregationSource"
}