{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/microsoft.graph.mediaContentRatingFrance", "title": "mediaContentRatingFrance", "required": [ "@odata.type" ], "type": "object", "properties": { "movieRating": { "$ref": "#/components/schemas/microsoft.graph.ratingFranceMoviesType" }, "tvRating": { "$ref": "#/components/schemas/microsoft.graph.ratingFranceTelevisionType" }, "@odata.type": { "type": "string" } } }