Microsoft Graph · Schema

ratingCanadaMoviesType

Movies rating labels in Canada

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphratingcanadamoviestype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.ratingCanadaMoviesType",
  "title": "ratingCanadaMoviesType",
  "enum": [
    "allAllowed",
    "allBlocked",
    "general",
    "parentalGuidance",
    "agesAbove14",
    "agesAbove18",
    "restricted"
  ],
  "type": "string",
  "description": "Movies rating labels in Canada",
  "x-ms-enum": {
    "name": "ratingCanadaMoviesType",
    "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 G classification is suitable for all ages",
        "name": "general"
      },
      {
        "value": "parentalGuidance",
        "description": "The PG classification advises parental guidance",
        "name": "parentalGuidance"
      },
      {
        "value": "agesAbove14",
        "description": "The 14A classification is suitable for viewers above 14 or older",
        "name": "agesAbove14"
      },
      {
        "value": "agesAbove18",
        "description": "The 18A classification is suitable for viewers above 18 or older",
        "name": "agesAbove18"
      },
      {
        "value": "restricted",
        "description": "The R classification is restricted to 18 years and older",
        "name": "restricted"
      }
    ]
  }
}