{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.bookingStaffMemberBase", "title": "microsoft.graph.bookingStaffMemberBase", "allOf": [ { "$ref": "#/components/schemas/microsoft.graph.entity" }, { "title": "bookingStaffMemberBase", "required": [ "@odata.type" ], "type": "object", "properties": { "@odata.type": { "type": "string" } }, "description": "Booking entities that provide a display name.", "discriminator": { "propertyName": "@odata.type", "mapping": { "#microsoft.graph.bookingStaffMember": "#/components/schemas/microsoft.graph.bookingStaffMember" } } } ] }