{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.contentTypeInfo", "title": "contentTypeInfo", "required": [ "@odata.type" ], "type": "object", "properties": { "id": { "type": "string", "description": "The ID of the content type.", "nullable": true }, "name": { "type": "string", "description": "The name of the content type.", "nullable": true }, "@odata.type": { "type": "string" } } }