Microsoft Graph · Schema

ratingNewZealandMoviesType

Movies rating labels in New Zealand

Azure ADCollaborationContactsDocumentsEmailGraphIdentityMicrosoftOffice 365PresentationsProductivitySpreadsheetsT1Tasks
View JSON Schema on GitHub

JSON Schema

microsoft-graph-microsoftgraphratingnewzealandmoviestype-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/microsoft.graph.ratingNewZealandMoviesType",
  "title": "ratingNewZealandMoviesType",
  "enum": [
    "allAllowed",
    "allBlocked",
    "general",
    "parentalGuidance",
    "mature",
    "agesAbove13",
    "agesAbove15",
    "agesAbove16",
    "agesAbove18",
    "restricted",
    "agesAbove16Restricted"
  ],
  "type": "string",
  "description": "Movies rating labels in New Zealand",
  "x-ms-enum": {
    "name": "ratingNewZealandMoviesType",
    "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": "Suitable for general audience",
        "name": "general"
      },
      {
        "value": "parentalGuidance",
        "description": "The PG classification recommends parental guidance",
        "name": "parentalGuidance"
      },
      {
        "value": "mature",
        "description": "The M classification is suitable for mature audience",
        "name": "mature"
      },
      {
        "value": "agesAbove13",
        "description": "The R13 classification is restricted to persons 13 years and over",
        "name": "agesAbove13"
      },
      {
        "value": "agesAbove15",
        "description": "The R15 classification is restricted to persons 15 years and over",
        "name": "agesAbove15"
      },
      {
        "value": "agesAbove16",
        "description": "The R16 classification is restricted to persons 16 years and over",
        "name": "agesAbove16"
      },
      {
        "value": "agesAbove18",
        "description": "The R18 classification is restricted to persons 18 years and over",
        "name": "agesAbove18"
      },
      {
        "value": "restricted",
        "description": "The R classification is restricted to a certain audience",
        "name": "restricted"
      },
      {
        "value": "agesAbove16Restricted",
        "description": "The RP16 classification requires viewers under 16 accompanied by a parent or an adult",
        "name": "agesAbove16Restricted"
      }
    ]
  }
}