{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.userRegistrationMethodCount", "title": "userRegistrationMethodCount", "required": [ "@odata.type" ], "type": "object", "properties": { "authenticationMethod": { "type": "string", "description": "Name of the authentication method." }, "userCount": { "type": "number", "description": "Number of users registered.", "format": "int64" }, "@odata.type": { "type": "string" } } }