{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.certificationControl", "title": "certificationControl", "required": [ "@odata.type" ], "type": "object", "properties": { "name": { "type": "string", "description": "Certification control name", "nullable": true }, "url": { "type": "string", "description": "URL for the Microsoft Service Trust Portal", "nullable": true }, "@odata.type": { "type": "string" } } }