{
    "$id": "http://redfish.dmtf.org/schemas/v1/PolicyService.json",
    "$ref": "#/definitions/PolicyService",
    "$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": {
        "PolicyService": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/PolicyService.v1_0_0.json#/definitions/PolicyService"
                }
            ],
            "deletable": false,
            "description": "The `PolicyService` schema describes the policy service and its properties, with links to the list of policies configured on this service.",
            "insertable": false,
            "longDescription": "This resource contains the policy service properties for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/PolicyService"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#PolicyService.PolicyService"
}