{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.operatingSystemSpecifications", "title": "operatingSystemSpecifications", "required": [ "@odata.type" ], "type": "object", "properties": { "operatingSystemPlatform": { "type": "string", "description": "The platform of the operating system (for example, 'Windows')." }, "operatingSystemVersion": { "type": "string", "description": "The version string of the operating system." }, "@odata.type": { "type": "string" } } }