{
    "$id": "http://redfish.dmtf.org/schemas/v1/Zone.json",
    "$ref": "#/definitions/Zone",
    "$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": {
        "Zone": {
            "anyOf": [
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/idRef"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Zone.v1_0_7.json#/definitions/Zone"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Zone.v1_1_6.json#/definitions/Zone"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Zone.v1_2_5.json#/definitions/Zone"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Zone.v1_3_6.json#/definitions/Zone"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Zone.v1_4_5.json#/definitions/Zone"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Zone.v1_5_3.json#/definitions/Zone"
                },
                {
                    "$ref": "http://redfish.dmtf.org/schemas/v1/Zone.v1_6_3.json#/definitions/Zone"
                }
            ],
            "deletable": true,
            "description": "The `Zone` schema describes a simple fabric zone for a Redfish implementation.",
            "insertable": false,
            "longDescription": "This resource shall represent a simple fabric zone for a Redfish implementation.",
            "updatable": true,
            "uris": [
                "/redfish/v1/Fabrics/{FabricId}/Zones/{ZoneId}",
                "/redfish/v1/CompositionService/ResourceZones/{ZoneId}"
            ]
        }
    },
    "language": "en",
    "owningEntity": "DMTF",
    "title": "#Zone.Zone"
}