Microsoft Graph · Schema
ratingUnitedKingdomMoviesType
Movies rating labels in United Kingdom
Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/microsoft.graph.ratingUnitedKingdomMoviesType",
"title": "ratingUnitedKingdomMoviesType",
"enum": [
"allAllowed",
"allBlocked",
"general",
"universalChildren",
"parentalGuidance",
"agesAbove12Video",
"agesAbove12Cinema",
"agesAbove15",
"adults"
],
"type": "string",
"description": "Movies rating labels in United Kingdom",
"x-ms-enum": {
"name": "ratingUnitedKingdomMoviesType",
"modelAsString": false,
"values": [
{
"value": "allAllowed",
"description": "Default value, allow all movies content",
"name": "allAllowed"
},
{
"value": "allBlocked",
"description": "Do not allow any movies content",
"name": "allBlocked"
},
{
"value": "general",
"description": "The U classification is suitable for all ages",
"name": "general"
},
{
"value": "universalChildren",
"description": "The UC classification is suitable for pre-school children, an old rating label",
"name": "universalChildren"
},
{
"value": "parentalGuidance",
"description": "The PG classification is suitable for mature",
"name": "parentalGuidance"
},
{
"value": "agesAbove12Video",
"description": "12, video release suitable for 12 years and over",
"name": "agesAbove12Video"
},
{
"value": "agesAbove12Cinema",
"description": "12A, cinema release suitable for 12 years and over",
"name": "agesAbove12Cinema"
},
{
"value": "agesAbove15",
"description": "15, suitable only for 15 years and older",
"name": "agesAbove15"
},
{
"value": "adults",
"description": "Suitable only for adults",
"name": "adults"
}
]
}
}