1f2a8e57eSGunnar Mills{ 2f2a8e57eSGunnar Mills "$id": "http://redfish.dmtf.org/schemas/v1/CertificateLocations.v1_0_4.json", 3f2a8e57eSGunnar Mills "$ref": "#/definitions/CertificateLocations", 4f2a8e57eSGunnar Mills "$schema": "http://redfish.dmtf.org/schemas/v1/redfish-schema-v1.json", 5f2a8e57eSGunnar Mills "copyright": "Copyright 2014-2024 DMTF. For the full DMTF copyright policy, see http://www.dmtf.org/about/policies/copyright", 6f2a8e57eSGunnar Mills "definitions": { 7f2a8e57eSGunnar Mills "Actions": { 8f2a8e57eSGunnar Mills "additionalProperties": false, 9f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 10f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available actions for this resource.", 11f2a8e57eSGunnar Mills "patternProperties": { 12f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 13f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 14f2a8e57eSGunnar Mills "type": [ 15f2a8e57eSGunnar Mills "array", 16f2a8e57eSGunnar Mills "boolean", 17f2a8e57eSGunnar Mills "integer", 18f2a8e57eSGunnar Mills "number", 19f2a8e57eSGunnar Mills "null", 20f2a8e57eSGunnar Mills "object", 21f2a8e57eSGunnar Mills "string" 22f2a8e57eSGunnar Mills ] 23f2a8e57eSGunnar Mills } 24f2a8e57eSGunnar Mills }, 25f2a8e57eSGunnar Mills "properties": { 26f2a8e57eSGunnar Mills "Oem": { 27f2a8e57eSGunnar Mills "$ref": "#/definitions/OemActions", 28f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 29f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available OEM-specific actions for this resource." 30f2a8e57eSGunnar Mills } 31f2a8e57eSGunnar Mills }, 32f2a8e57eSGunnar Mills "type": "object" 33f2a8e57eSGunnar Mills }, 34f2a8e57eSGunnar Mills "CertificateLocations": { 35f2a8e57eSGunnar Mills "additionalProperties": false, 36f2a8e57eSGunnar Mills "description": "The `CertificateLocations` schema describes a resource that an administrator can use in order to locate all certificates installed on a given service.", 37f2a8e57eSGunnar Mills "longDescription": "This resource shall represent the certificate location properties for a Redfish implementation.", 38f2a8e57eSGunnar Mills "patternProperties": { 39f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 40f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 41f2a8e57eSGunnar Mills "type": [ 42f2a8e57eSGunnar Mills "array", 43f2a8e57eSGunnar Mills "boolean", 44f2a8e57eSGunnar Mills "integer", 45f2a8e57eSGunnar Mills "number", 46f2a8e57eSGunnar Mills "null", 47f2a8e57eSGunnar Mills "object", 48f2a8e57eSGunnar Mills "string" 49f2a8e57eSGunnar Mills ] 50f2a8e57eSGunnar Mills } 51f2a8e57eSGunnar Mills }, 52f2a8e57eSGunnar Mills "properties": { 53f2a8e57eSGunnar Mills "@odata.context": { 54f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/context" 55f2a8e57eSGunnar Mills }, 56f2a8e57eSGunnar Mills "@odata.etag": { 57f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/etag" 58f2a8e57eSGunnar Mills }, 59f2a8e57eSGunnar Mills "@odata.id": { 60f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/id" 61f2a8e57eSGunnar Mills }, 62f2a8e57eSGunnar Mills "@odata.type": { 63f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/type" 64f2a8e57eSGunnar Mills }, 65f2a8e57eSGunnar Mills "Actions": { 66f2a8e57eSGunnar Mills "$ref": "#/definitions/Actions", 67f2a8e57eSGunnar Mills "description": "The available actions for this resource.", 68f2a8e57eSGunnar Mills "longDescription": "This property shall contain the available actions for this resource." 69f2a8e57eSGunnar Mills }, 70f2a8e57eSGunnar Mills "Description": { 71f2a8e57eSGunnar Mills "anyOf": [ 72f2a8e57eSGunnar Mills { 73f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Description" 74f2a8e57eSGunnar Mills }, 75f2a8e57eSGunnar Mills { 76f2a8e57eSGunnar Mills "type": "null" 77f2a8e57eSGunnar Mills } 78f2a8e57eSGunnar Mills ], 79f2a8e57eSGunnar Mills "readonly": true 80f2a8e57eSGunnar Mills }, 81f2a8e57eSGunnar Mills "Id": { 82f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Id", 83f2a8e57eSGunnar Mills "readonly": true 84f2a8e57eSGunnar Mills }, 85f2a8e57eSGunnar Mills "Links": { 86f2a8e57eSGunnar Mills "$ref": "#/definitions/Links", 87f2a8e57eSGunnar Mills "description": "The links to other resources that are related to this resource.", 88f2a8e57eSGunnar Mills "longDescription": "This property shall contain links to resources that are related to but are not contained by, or subordinate to, this resource." 89f2a8e57eSGunnar Mills }, 90f2a8e57eSGunnar Mills "Name": { 91f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Name", 92f2a8e57eSGunnar Mills "readonly": true 93f2a8e57eSGunnar Mills }, 94f2a8e57eSGunnar Mills "Oem": { 95f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 96f2a8e57eSGunnar Mills "description": "The OEM extension property.", 97f2a8e57eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties that this object contains shall conform to the Redfish Specification-described requirements." 98f2a8e57eSGunnar Mills } 99f2a8e57eSGunnar Mills }, 100f2a8e57eSGunnar Mills "required": [ 101f2a8e57eSGunnar Mills "@odata.id", 102f2a8e57eSGunnar Mills "@odata.type", 103f2a8e57eSGunnar Mills "Id", 104f2a8e57eSGunnar Mills "Name" 105f2a8e57eSGunnar Mills ], 106f2a8e57eSGunnar Mills "type": "object" 107f2a8e57eSGunnar Mills }, 108f2a8e57eSGunnar Mills "Links": { 109f2a8e57eSGunnar Mills "additionalProperties": false, 110f2a8e57eSGunnar Mills "description": "The links to other resources that are related to this resource.", 111f2a8e57eSGunnar Mills "longDescription": "This Redfish Specification-described type shall contain links to resources that are related to but are not contained by, or subordinate to, this resource.", 112f2a8e57eSGunnar Mills "patternProperties": { 113f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 114f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 115f2a8e57eSGunnar Mills "type": [ 116f2a8e57eSGunnar Mills "array", 117f2a8e57eSGunnar Mills "boolean", 118f2a8e57eSGunnar Mills "integer", 119f2a8e57eSGunnar Mills "number", 120f2a8e57eSGunnar Mills "null", 121f2a8e57eSGunnar Mills "object", 122f2a8e57eSGunnar Mills "string" 123f2a8e57eSGunnar Mills ] 124f2a8e57eSGunnar Mills } 125f2a8e57eSGunnar Mills }, 126f2a8e57eSGunnar Mills "properties": { 127f2a8e57eSGunnar Mills "Certificates": { 128f2a8e57eSGunnar Mills "description": "An array of links to the certificates installed on this service.", 129f2a8e57eSGunnar Mills "items": { 130f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Certificate.json#/definitions/Certificate" 131f2a8e57eSGunnar Mills }, 132f2a8e57eSGunnar Mills "longDescription": "This property shall contain an array of links to resources of type `Certificate` that are installed on this service.", 133f2a8e57eSGunnar Mills "readonly": true, 134f2a8e57eSGunnar Mills "type": "array" 135f2a8e57eSGunnar Mills }, 136f2a8e57eSGunnar Mills "Certificates@odata.count": { 137f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/odata-v4.json#/definitions/count" 138f2a8e57eSGunnar Mills }, 139f2a8e57eSGunnar Mills "Oem": { 140f2a8e57eSGunnar Mills "$ref": "http://redfish.dmtf.org/schemas/v1/Resource.json#/definitions/Oem", 141f2a8e57eSGunnar Mills "description": "The OEM extension property.", 142f2a8e57eSGunnar Mills "longDescription": "This property shall contain the OEM extensions. All values for properties contained in this object shall conform to the Redfish Specification-described requirements." 143f2a8e57eSGunnar Mills } 144f2a8e57eSGunnar Mills }, 145f2a8e57eSGunnar Mills "type": "object" 146f2a8e57eSGunnar Mills }, 147f2a8e57eSGunnar Mills "OemActions": { 148f2a8e57eSGunnar Mills "additionalProperties": true, 149f2a8e57eSGunnar Mills "description": "The available OEM-specific actions for this resource.", 150f2a8e57eSGunnar Mills "longDescription": "This type shall contain the available OEM-specific actions for this resource.", 151f2a8e57eSGunnar Mills "patternProperties": { 152f2a8e57eSGunnar Mills "^([a-zA-Z_][a-zA-Z0-9_]*)?@(odata|Redfish|Message)\\.[a-zA-Z_][a-zA-Z0-9_]*$": { 153f2a8e57eSGunnar Mills "description": "This property shall specify a valid odata or Redfish property.", 154f2a8e57eSGunnar Mills "type": [ 155f2a8e57eSGunnar Mills "array", 156f2a8e57eSGunnar Mills "boolean", 157f2a8e57eSGunnar Mills "integer", 158f2a8e57eSGunnar Mills "number", 159f2a8e57eSGunnar Mills "null", 160f2a8e57eSGunnar Mills "object", 161f2a8e57eSGunnar Mills "string" 162f2a8e57eSGunnar Mills ] 163f2a8e57eSGunnar Mills } 164f2a8e57eSGunnar Mills }, 165f2a8e57eSGunnar Mills "properties": {}, 166f2a8e57eSGunnar Mills "type": "object" 167f2a8e57eSGunnar Mills } 168f2a8e57eSGunnar Mills }, 169f2a8e57eSGunnar Mills "language": "en", 170f2a8e57eSGunnar Mills "owningEntity": "DMTF", 171f2a8e57eSGunnar Mills "release": "2018.3", 172f2a8e57eSGunnar Mills "title": "#CertificateLocations.v1_0_4.CertificateLocations" 173f2a8e57eSGunnar Mills}