{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.complianceInformation", "title": "complianceInformation", "required": [ "@odata.type" ], "type": "object", "properties": { "certificationControls": { "type": "array", "items": { "$ref": "#/components/schemas/microsoft.graph.certificationControl" }, "description": "Collection of the certification controls associated with the certification." }, "certificationName": { "type": "string", "description": "The name of the compliance certification, for example, ISO 27018:2014, GDPR, FedRAMP, and NIST 800-171.", "nullable": true }, "@odata.type": { "type": "string" } } }