{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.security.intelligenceProfileCountryOrRegionOfOrigin", "title": "intelligenceProfileCountryOrRegionOfOrigin", "required": [ "@odata.type" ], "type": "object", "properties": { "code": { "type": "string", "description": "A codified representation for this country/region of origin." }, "label": { "type": "string", "description": "A display label for this ountry/region of origin." }, "@odata.type": { "type": "string" } } }